This project is a Laravel-based Inventory Management System integrated with a Point of Sale (POS) system.
To install and run this project locally, follow these steps:
- PHP (>=7.3)
- Composer
- MySQL or another compatible database system
-
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.example
file to.env
and configure the database settings:cp .env.example .env
Update
.env
file 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
.
This project is licensed under the MIT License. See the LICENSE file for details.
- Name: Hassan Raza
- Domain: hassanraza.net
- Contact: info@hassanraza.net