/Mini-CRM

Basically, project to manage companies and their employees. Mini-CRM.

Primary LanguagePHP

Mini CRM

testing scaffolding

description

Basically, project to manage companies and their employees. Mini-CRM.

Manages

  • Companies
  • Employees

Getting started

  • run the commands in your terminal
  1. cp .env.example .env
  2. vim .env
  3. press i in your keyboard
  4. navigate into your database configs and change it to your locale database
  5. press Esc then :x
  6. run php artisan migrate --seed
  7. php artisan storage link
  8. you are ready to go now

App Directory Structure

├───Console
├───Exceptions
├───Http
│   ├───Controllers
│   │   └───Auth
│   ├───Middleware
│   └───Requests
├───InterFaces
├───Models
├───Providers
└───Repositories