Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.17 KB

Customer Relationship Management System

A CRM system helps you keep your customer’s contact details up to date, track every interaction they have with your business, and manage their accounts. It’s designed to help you, improve your customer relationships, and in turn, customer lifetime value.

alt text

Deployment

Set DB Credentials on .env file, you can copy the env example file and edit.

composer install
php artisan migrate --seed
php artisan key:generate
php artisan storage:link

Default Credentials

Username: [email protected]
Password: password

Other Tools