This is laravel based simple POS system with product add and order show and more various features include this project
- PHP ^8.2
- Composer
- Laravel ^11.9
- MySQL
-
Clone the repository:
git clone https://github.com/devmojahid/pos-laravel.git cd pos-laravel -
Install dependencies:
composer install
-
Copy the
.envfile and set up your environment variables:cp .env.example .env
Open the
.envfile and update the necessary settings, such as database credentials. -
Generate an application key:
php artisan key:generate
-
Run the migrations:
php artisan migrate
-
Seed the database:
php artisan db:seed
-
Start the development server:
php artisan serve
The application will be available at
http://localhost:8000.
You can also use laragon: