dev-3bdulrahman / barcode
Barcode generation, printing & label designer for Laravel ERP
1.0.0
2026-07-22 05:55 UTC
Requires
- php: ^8.2|^8.3
- laravel/framework: ^11.0|^12.0
- picqer/php-barcode-generator: ^3.2
This package is auto-updated.
Last update: 2026-07-25 21:33:39 UTC
README
A complete Barcode Printing & Label Designer module for Laravel ERP systems. Generate 1D and 2D barcodes, create customized print label templates, and manage bulk label printing — with full API and Livewire admin interface.
Features
- Barcode Generation (Code 128, QR Code, EAN-13, EAN-8, UPC, etc.)
- Label Template Designer (custom dimensions, fields, logos)
- Batch Barcode Printing & Export
- PDF & Direct Thermal Printer Support
- Item & SKU Barcode Mapping
- REST API endpoints
- Arabic & English translations
Requirements
| Dependency | Version |
|---|---|
| PHP | ^8.2 | ^8.3 |
| Laravel | ^11.0 | ^12.0 |
Installation
composer require dev-3bdulrahman/barcode
Publish and run migrations:
php artisan vendor:publish --provider="Dev3bdulrahman\Barcode\BarcodeServiceProvider"
php artisan migrate
Service Provider
Auto-discovered via Laravel package discovery. Manual registration in bootstrap/providers.php:
Dev3bdulrahman\Barcode\BarcodeServiceProvider::class,
Changelog
See CHANGELOG.md for release history.
License
MIT License © Abdulrahman