diff --git a/README.md b/README.md index 071d4f9..2ca805f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# laravel-printing +# Printing for Laravel [![Latest Version on Packagist](https://img.shields.io/packagist/v/rawilk/laravel-printing.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-printing) ![Tests](https://github.com/rawilk/laravel-printing/workflows/Tests/badge.svg?style=flat-square) @@ -6,9 +6,9 @@ [![PHP from Packagist](https://img.shields.io/packagist/php-v/rawilk/laravel-printing?style=flat-square)](https://packagist.org/packages/rawilk/laravel-printing) [![License](https://img.shields.io/github/license/rawilk/laravel-printing?style=flat-square)](https://github.com/rawilk/laravel-printing/blob/main/LICENSE.md) -![social image](https://banners.beyondco.de/Laravel%20Printing.png?theme=light&packageManager=composer+require&packageName=rawilk%2Flaravel-printing&pattern=parkayFloor&style=style_1&description=Direct+printing+for+Laravel+apps.&md=1&showWatermark=0&fontSize=100px&images=printer) +![social image](https://banners.beyondco.de/Printing%20for%20Laravel.png?theme=light&packageManager=composer+require&packageName=rawilk%2Flaravel-printing&pattern=parkayFloor&style=style_1&description=Direct+printing+for+Laravel+apps.&md=1&showWatermark=0&fontSize=100px&images=printer) -Laravel Printing allows your application to directly send PDF documents or raw text directly from a remote server +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. ```php @@ -75,6 +75,10 @@ Inspiration for the PrintNode API wrapper comes from: - [PrintNode/PrintNode-PHP](https://github.com/PrintNode/PrintNode-PHP) - [phatkoala/printnode](https://github.com/PhatKoala/PrintNode) +## 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](LICENSE.md) for more information. diff --git a/docs/introduction.md b/docs/introduction.md index 5d24428..ed020ee 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -5,7 +5,7 @@ sort: 1 ## Introduction -Laravel Printing allows your application to directly send PDF documents or raw text directly from a remote server to a printer on your local network. +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. @@ -38,3 +38,7 @@ Inspiration for the PrintNode API wrapper comes from: - [PrintNode/PrintNode-PHP](https://github.com/PrintNode/PrintNode-PHP) - [phatkoala/printnode](https://github.com/PhatKoala/PrintNode) + +## Disclaimer + +This package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates. diff --git a/docs/questions-and-issues.md b/docs/questions-and-issues.md index b48dbd9..a5ec213 100644 --- a/docs/questions-and-issues.md +++ b/docs/questions-and-issues.md @@ -4,6 +4,6 @@ sort: 5 --- Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the package? -Feel free to [create an issue on Github](https://github.com/rawilk/laravel-printing/issues) and I'll try to address it as soon as possible. +Feel free to [create an issue on GitHub](https://github.com/rawilk/laravel-printing/issues), and I'll try to address it as soon as possible. > {note} If you've found a bug regarding security please email [randall@randallwilk.dev](mailto:randall@randallwilk.dev) instead of using the issue tracker. diff --git a/docs/requirements.md b/docs/requirements.md index b1b0ef1..7af9349 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -33,3 +33,4 @@ sort: 2 | 7.0 | 1.0.0 | 1.3.0 | | 8.0 | 1.2.2 | | | 9.0 | 3.0.0 | | +| 10.0 | 3.0.2 | |