Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 852 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 852 Bytes

Mini-CRM

About Laravel Mini-CRM

This project is a simple application for manage companies and their employees. Using laravel for back-end service, AdminLTE for fron-end theme and MySQL to maintain database.

Setup

  1. Clone this repository
  2. Go to project root directory and copy the .env-file and paste the data in a new file named .env
  3. Create database name laravel_minicrm and import database from project root directory laravel_minicrm.sql file
  4. Add vendor for autoload (if need support)
  5. Once the application's is started, you may access the project in your web browser at: http://localhost.