A Laravel-based application for managing orders, customers, employees, and shippers.
- PHP >= 8.3.11
- Composer
- MySQL
- Git
- Node.js & NPM (if frontend assets are used)
-
Clone the repo:
git clone https://github.com/EIRSVi/management-sys.git cd management-sys
-
Install PHP dependencies:
composer install
-
Install frontend dependencies (if applicable):
npm install && npm run dev
-
Configure
.env
(copy.env.example
to.env
and updateDB_*
settings for MySQL). -
Generate app key:
php artisan key:generate
-
Run migrations:
php artisan migrate
-
Start the server:
php artisan serve
Access the app at
http://127.0.0.1:8000
.
- Ensure PHP, MySQL, and Node.js versions match prerequisites.
- Check
.env
for database credentials. - Run
php artisan migrate:rollback
and retry if migrations fail.
Fork the repo, create a branch, and submit a pull request.
MIT License (see LICENSE).
[EIRSVi] (add your contact info).