Skip to content

Laravel 10 Material Management System for Multi-Projects, Jetstream + Spatie + CRUD + Clean Code

Notifications You must be signed in to change notification settings

DarAzizi/Laravel-10-Materials-Management

Repository files navigation

Laravel 10 Jetsream Material Management System!

Some useful features:

  • - 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:

  1.   Create a database.
  2.   Clone the repository with git clone or download it directly from here :
  3.   Open the project with CMD or use your prefered code editor and run the below cmd.
  4.   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= 
  5.   composer install
  6.   php artisan key:generate
  7.   npm install
  8.   npm run dev
  9.   npm run build
  10.   php artisan migrate:fresh --seed
  11.   php artisan serve.

SuperAdmin Login : [email protected] Password: admin

 

Enjoy!

Thank you from Tunisia! wink

 

 

About

Laravel 10 Material Management System for Multi-Projects, Jetstream + Spatie + CRUD + Clean Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages