Skip to content

EIRSVi/management-sys

Repository files navigation

Management System

A Laravel-based application for managing orders, customers, employees, and shippers.

Prerequisites

  • PHP >= 8.3.11
  • Composer
  • MySQL
  • Git
  • Node.js & NPM (if frontend assets are used)

Installation

  1. Clone the repo:

    git clone https://github.com/EIRSVi/management-sys.git
    cd management-sys
  2. Install PHP dependencies:

    composer install
  3. Install frontend dependencies (if applicable):

    npm install && npm run dev
  4. Configure .env (copy .env.example to .env and update DB_* settings for MySQL).

  5. Generate app key:

    php artisan key:generate
  6. Run migrations:

    php artisan migrate
  7. Start the server:

    php artisan serve

    Access the app at http://127.0.0.1:8000.

Troubleshooting

  • Ensure PHP, MySQL, and Node.js versions match prerequisites.
  • Check .env for database credentials.
  • Run php artisan migrate:rollback and retry if migrations fail.

Contributing

Fork the repo, create a branch, and submit a pull request.

License

MIT License (see LICENSE).

Contact

[EIRSVi] (add your contact info).

Releases

No releases published

Packages

No packages published

Languages