rpungello / laravel-labels
Generate PDF label sheets using Laravel + TCPDF
2.1.0
2024-06-19 16:02 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^9.0|^10.0|^11.0
- rpungello/laravel-string-template: ^3.0
- spatie/color: ^1.5
- spatie/laravel-package-tools: ^1.9.2
- tecnickcom/tcpdf: ^6.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- nesbot/carbon: ^2.72|^3.0
- nunomaduro/collision: ^6.0|^8.1
- orchestra/testbench: ^7.0|^8.0|^9.0
- pestphp/pest: ^1.21|^2.0
- pestphp/pest-plugin-laravel: ^1.1|^2.3
- phpunit/phpunit: ^9.5|^10.0
- spatie/laravel-ray: ^1.26
README
Generate PDF label sheets using Laravel + TCPDF
Installation
You can install the package via composer:
composer require rpungello/laravel-labels
You can publish and run the migrations with:
php artisan vendor:publish --tag="label-printer-migrations"
php artisan migrate
You can publish the config with:
php artisan vendor:publish --tag="label-printer-config"
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.