https://github.com/emon21/pos
Point OF Sale Inventory Management System - A Point of Sale (POS) system is a critical tool for businesses that deal with inventory, sales, and customer transactions. Here's how you can approach building a POS system in Laravel along with a description of its features.
https://github.com/emon21/pos
axios blade invoice javascript laravel pdf php
Last synced: 3 months ago
JSON representation
Point OF Sale Inventory Management System - A Point of Sale (POS) system is a critical tool for businesses that deal with inventory, sales, and customer transactions. Here's how you can approach building a POS system in Laravel along with a description of its features.
- Host: GitHub
- URL: https://github.com/emon21/pos
- Owner: emon21
- Created: 2024-08-16T15:59:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T11:52:56.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T13:18:20.129Z (about 1 year ago)
- Topics: axios, blade, invoice, javascript, laravel, pdf, php
- Language: Blade
- Homepage:
- Size: 20.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Feature [ List ]
- Registration
- Login
- Token Base Authentication
- Email Verification
- Sent OTP By Email
- Reset Password
- JWT Token Setup
- [ Backend ]
- Category Crud
- Customer CRUD
- Product CRUD With View Single Data
- Model Base CRUD With Axios
- Invoice && Print
- Report Generate
- Dom PDF using Invoice Create
## Demo
## About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
Laravel is accessible, powerful, and provides tools required for large, robust applications.





## Setup
# Clone the repo
git clone https://github.com/emon21/pos.git
# Install composer dependency
composer install
# Install node modules
npm install && npm run dev OR yarn use this command
# Copy environment file
cp .env.example .env
# Set the Application key
php artisan key:generate
# setup the database credentials and migrate database with seeders
php artisan migrate
OR
php artisan migrate --seed