https://github.com/mailmug/laravel-easy-pos
Web Based Point Of Sale(POS) Application using Laravel
https://github.com/mailmug/laravel-easy-pos
laravel php point-of-sale pos
Last synced: 6 months ago
JSON representation
Web Based Point Of Sale(POS) Application using Laravel
- Host: GitHub
- URL: https://github.com/mailmug/laravel-easy-pos
- Owner: mailmug
- Created: 2025-02-07T04:00:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T09:36:28.000Z (7 months ago)
- Last Synced: 2025-03-30T16:11:43.497Z (6 months ago)
- Topics: laravel, php, point-of-sale, pos
- Language: PHP
- Homepage:
- Size: 1.01 MB
- Stars: 143
- Watchers: 7
- Forks: 68
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple, open-source **Point of Sale (POS) system** built with Laravel and FilamentPHP.
## Features 🛠️
- ✅ Easy-to-use POS interface
- ✅ Built with Laravel & FilamentPHP
- ✅ Secure authentication & user management
- ✅ Inventory & product management
- ✅ Sales tracking & reports
- ✅ Responsive UI## 🚀 Demo Available:
**Live Demo** : https://filament-pos.phpbolt.com/
**Username:** admin@admin.com
**Password:** pass@123
## Installation & Custom Invoice Template Service
We offer a hassle-free installation service for Laravel Easy POS for just **$29**.
Need a custom invoice template? We can design one for an additional price!✅ **Services Offered:**
- **Installation & Setup** – $29
- **Custom Invoice Template** – Additional cost (contact us for pricing)
- Configuration assistance & basic troubleshooting* 📩 Contact Us:
* ✉️ Email: info@mailmug.net
* 💬 Discord: arshidkv12
* 🌐 Website: [wpdebuglog.com/contact/](https://wpdebuglog.com/contact/)Get in touch today, and let us handle the setup for you! 🚀
### **POS Interface**
### **Invoice**
It supports thermal printing.
![]()
## Installation Guide 🏗️
### Web Install
1. Download the zip file
https://filament-pos.phpbolt.com/laravel-easy-pos.zip2. Upload the file to **public_html** folder.
Point the domain name to public_html/public folder.
3. Navigate your-domain.com/install
### Local Install
1. **Clone the repository:**
```shell
git clone https://github.com/mailmug/laravel-easy-pos.git
cd laravel-easy-pos```
2. **Copy .env file**```shell
cp .env.example .env
php artisan key:generate```
3. **Update .env file**
```shell
DB_CONNECTION=mysql
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password
APP_URL=http://localhost```
4. **Install dependencies:**
```shell
composer install
npm install
npm run build
```5. **Run the application:**
```shell
php artisan serve
```Navigate to the home page, and it will automatically add the demo data.
**Username:** admin@admin.com
**Password:** pass@123
✅ That's it! No further commands needed. The installation is automatic. 🎉
Navigate the website.## Contribute 🤝
We ❤️ contributions! Feel free to submit issues or pull requests.1. Fork the repo
2. Create a new branch
3. Commit your changes
4. Open a Pull Request
## License 📜
This project is licensed under the GPL-3.0 License.**💡 Built with Laravel & FilamentPHP – Making POS Simple! 🚀**
Let me know if you want to add anything specific! 😃