lcrm Saas
  • Introduction
  • Prerequisite
  • Installation
  • Frontend
  • Admin Interface
    • Settings
    • PayPlans
    • Organizations
    • Subscriptions
    • Contacts
    • Payments
    • Options
    • Support
    • Dashboard
  • User Interface
    • Calendar
  • Features
  • Paypal
  • Laravel Vat
  • Multi Language
  • Log Viewer
  • Blog
  • Email Configuration
  • Changelog
    • 1.0.1
    • 1.0.2
    • 1.0.3
    • 1.0.4
    • 1.0.5
    • 1.0.6
Powered by GitBook
On this page

Was this helpful?

Prerequisite

PreviousIntroductionNextInstallation

Last updated 5 years ago

Was this helpful?

You need to fulfil the following requirements before installing Lcrm Saas.

Server Requirements:

Lcrm Saas is based on framework. Laravel have a few of its own. Make sure that your server satisfies these requirements.

Also make sure that you your web-server.

Note: Because of a Dependency you need to use php 7.1 or above

Database details:

Before installing make sure you have created a database and have the necessary connection details.

You need to enter them during the installation process.

Activated Stripe Account :

Lcrm saas uses to accept payments and implement subscriptions. In order to receive the payments you should have an .

Stripe Webhook:

When using stripe if something happens on stripe's end, we will be informed through .

Eg: Failing to charge the users card

In order to receive the events from stripe we need to setup a webhook in the stripe .

For this project you need to set the webhook to pointing to stripe/webhook.

Eg: If your URL is saas.comthen the webhook URL in the stripe should be saas.com/stripe/webhook

SMTP Details :

In order to send mails you need to enter the smtp details.

Make sure you have them, or else no mails will be sent and the users won't be notified of certain events from the app.

Laravel
requirements
configure
stripe
activated stripe account
webhooks
dashboard