LaravelInventoryWithPOS
LaravelInventoryWithPOS copied to clipboard
Inventory Management System With POS in Laravel
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
-
Clone the repository:
git clone https://github.com/hassanrazadev/LaravelInventoryWithPOS.git -
Navigate to the project directory:
cd LaravelInventoryManagementWIthPOS -
Install PHP dependencies:
composer install -
Copy the
.env.examplefile to.envand configure the database settings:cp .env.example .envUpdate
.envfile with your database credentials. -
Generate application key:
php artisan key:generate -
Run database migrations and seeders:
php artisan migrate --seed -
Start the server:
php artisan serve -
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
- Name: Hassan Raza
- Domain: hassanraza.net
- Contact: [email protected]