- clone the repository.
- run
composer installfrom the project directory. - run
cp .env .env.exampleto create the environment variable. Please make sure the Database name provided does exist. - run
php artisan key:generateto generate the application key. - run
php artisan migrate --seedfrom the project root to add some data to the database - run
php artisan serveand the application will be served tohttp://localhost:8000
#Features Include
- Role Management
- Permission Role Management
- Permission Management
- Role User Management
- Procurement Management
- Order Management
- Order Processing
- Reports
- Order Reports in PDF
- Order Report in Excel
- Current Stock Balance Report.