Download the PHP package rawilk/laravel-printing without Composer
On this page you can find all versions of the php package rawilk/laravel-printing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rawilk/laravel-printing
More information about rawilk/laravel-printing
Files in rawilk/laravel-printing
Package laravel-printing
Short Description Direct printing for Laravel apps
License MIT
Homepage https://github.com/rawilk/laravel-printing
Informations about the package laravel-printing
Printing for Laravel
Printing for Laravel allows your application to directly send PDF documents or raw text directly from a remote server
to a printer on your local network. Receipts can also be printed by first generating the raw text via the Rawilk\Printing\Receipts\ReceiptPrinter
class, and then sending the text as a raw print job via the Printing
facade.
Supported Print Drivers:
- PrintNode: https://printnode.com
- CUPS: https://cups.org
- Custom: Configure your own custom driver
Documentation:
For documentation, please visit: https://randallwilk.dev/docs/laravel-printing
Installation
You can install the package via composer:
You can publish the config file with:
The contents of the default configuration file can be found here: https://github.com/rawilk/laravel-printing/blob/main/config/printing.php
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Randall Wilk
- All Contributors
- Mike42 for the PHP ESC/POS Print Driver library
Inspiration for the PrintNode API wrapper comes from:
Disclaimer
This package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-printing with dependencies
guzzlehttp/guzzle Version ^7.5
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
mike42/escpos-php Version ^4.0
spatie/laravel-package-tools Version ^1.2|^1.13