- - Users Management + Spatie Roles & Permission
- - Countries + Cities + Projects + Contractors CRUD.
- - Warehouses + Locations + SubLocations + SubSubLocations + SubSubSubLocations CRUD.
- - Category + SubCategory + SubSubCategory + SubSubSubCategory CRUD.
- - Materials Natures ( Consumable Or Equipments Or Bulk ) CRUD.
- - Equipments Code + Jet Number + Jet Position + Drawing Number CRUD.
- And Many other futures ...
Installation:
- Create a database.
- Clone the repository with git clone or download it directly from here :
- Open the project with CMD or use your prefered code editor and run the below cmd.
- cp .env.example .env
- Now In your main Laravel folder you should have .env file which contains various settings, you just need to change only a few of them:
- DB_HOST=127.0.0.1
- DB_DATABASE=laravel
- DB_USERNAME=root
- DB_PASSWORD=
- Now In your main Laravel folder you should have .env file which contains various settings, you just need to change only a few of them:
- composer install
- php artisan key:generate
- npm install
- npm run dev
- npm run build
- php artisan migrate:fresh --seed
- php artisan serve.
SuperAdmin Login : [email protected] Password: admin
Enjoy!