OmarHossamEldin / Mini-CRM

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:PHP 68.8%Language:Blade 30.7%Language:Shell 0.6%