CRM Software Laravel
CRM(Customer Relation Management System) is a SaaS (software as a service) application that manages customer relationship for small business organizations built using two different technologies, Node.JS and Laravel.





Getting Started
-
Clone the Repo first
-
Install composer then
composer installor
composer update -
Copy .env.example file to .env file
Copy .env.example .env
-
Then generate key
php artisan key:generate -
Open .env file and change the DATABASE name and password
-
And finally run
php artisan serve
##