Skip to content

hassanrazadev/LaravelInventoryWithPOS

Repository files navigation

Laravel Inventory Management with POS

This project is a Laravel-based Inventory Management System integrated with a Point of Sale (POS) system.

Installation

To install and run this project locally, follow these steps:

Prerequisites

  • PHP (>=7.3)
  • Composer
  • MySQL or another compatible database system

Steps

  1. Clone the repository:

    git clone https://github.com/hassanrazadev/LaravelInventoryWithPOS.git
  2. Navigate to the project directory:

    cd LaravelInventoryManagementWIthPOS
  3. Install PHP dependencies:

    composer install
  4. Copy the .env.example file to .env and configure the database settings:

    cp .env.example .env

    Update .env file with your database credentials.

  5. Generate application key:

    php artisan key:generate
  6. Run database migrations and seeders:

    php artisan migrate --seed
  7. Start the server:

    php artisan serve
  8. Access the application in your browser at http://localhost:8000.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Developer

About

Inventory Management System With POS in Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published