Home
Softono

Laravel Easy Pos

Open source PHP
199
Stars
85
Forks
0
Issues
10
Watchers
4 months
Last Commit

 About Laravel Easy Pos

Web Based Point Of Sale(POS) Application using Laravel

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Laravel Easy Pos?

We provide expert installation service for this software. Our team will install, configure, and secure Laravel Easy Pos on your server. plans start at just $30.

Laravel Easy Pos

View on GitHub

Laravel POS Logo

A simple, open-source Point of Sale (POS) system built with Laravel and FilamentPHP. You can also use Laravel Easy POS as a lightweight and effective invoice generator for your services β€” not just products.

It is ready with Filament v4. Please check it and feel free to share your feedback at [email protected]

Version 1.2.0

Features πŸ› οΈ

  • βœ… Easy-to-use POS interface
  • βœ… Built with Laravel & FilamentPHP
  • βœ… Secure authentication & user management
  • βœ… Inventory & product management
  • βœ… Sales tracking & reports
  • βœ… Responsive UI

🧾 Direct Thermal Printing Feature

πŸ–¨οΈ Direct Print Options

  • πŸ–¨οΈ Windows Desktop printing (Bluetooth / USB / WiFi)
  • πŸ“± Android printing (Bluetooth / USB / WiFi)

πŸ“² Download Thermal Print Bridge (Android)

Turn your phone into a powerful POS printer bridge in seconds.
βœ… Supports Bluetooth, USB, and WiFi printers
⚑ Fast & reliable ESC/POS printing
πŸ”Œ Works with most POS systems


βœ” Free to try β€’ ⚑ Setup in minutes β€’ πŸ”’ No login required


πŸ“© Need help or have questions?
Feel free to contact: [email protected]


πŸš€ Demo Available:

Live Demo : https://filament-pos.phpbolt.com/

Username: [email protected]

Password: pass@123

Demo Service Invoice: View Sample Invoice



⭐ Show your support!

If you find this project helpful, please consider giving it a star on GitHub


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)
  • ESC/POS Thermal Print option (Android/Windows)
  • Configuration assistance & basic troubleshooting

Get in touch today, and let us handle the setup for you! πŸš€

POS Interface

POS Interface

Invoice

It supports thermal printing.

POS Invoice



πŸ› οΈ How to Use as an Invoice Generator

Install the application
Follow the standard installation process in the setup section.

Add your services as β€œproducts”
For example:

  • Service Name: Deep Cleaning - 2BHK
  • Price: 499
  • Description: Full deep-clean for 2BHK apartment

Create a new sale or transaction

  • Go to the POS dashboard
  • Select the service (like β€œDeep Cleaning - 2BHK”)
  • Enter quantity (usually 1)
  • Add customer info if needed

Print or download the invoice

  • After checkout, you can Print the receipt
  • Or use PDF export if integrated

Installation Guide πŸ—οΈ

Web Install

  1. Download the zip file https://filament-pos.phpbolt.com/laravel-easy-pos.zip

  2. Upload the file to public_html folder.

Point the domain name to public_html/public folder.

  1. Edit .env file

  2. Navigate your-domain.com/install

Local Install

  1. Clone the repository:
git clone https://github.com/mailmug/laravel-easy-pos.git
cd laravel-easy-pos
  1. Install dependencies:
composer install
npm install
npm run build
  1. Update .env file
DB_CONNECTION=mysql
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password
APP_URL=http://localhost

  1. Copy .env file
cp .env.example .env
php artisan key:generate    

  1. Run the application:
php artisan serve

Navigate to the home page, and it will automatically add the demo data.

Username: [email protected]

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! πŸ˜ƒ