Home
Softono

LaravelInventoryWithPOS

Open source PHP
110
Stars
28
Forks
6
Issues
2
Watchers
2 years
Last Commit

 About LaravelInventoryWithPOS

Inventory Management System With POS in Laravel

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing LaravelInventoryWithPOS?

We provide expert installation service for this software. Our team will install, configure, and secure LaravelInventoryWithPOS on your server. plans start at just $30.

LaravelInventoryWithPOS

View on GitHub

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