Skip to content

Commit 799d83d

Browse files
committed
Update docs
1 parent 96f74d8 commit 799d83d

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# laravel-printing
1+
# Printing for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/rawilk/laravel-printing.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-printing)
44
![Tests](https://github.com/rawilk/laravel-printing/workflows/Tests/badge.svg?style=flat-square)
55
[![Total Downloads](https://img.shields.io/packagist/dt/rawilk/laravel-printing.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-printing)
66
[![PHP from Packagist](https://img.shields.io/packagist/php-v/rawilk/laravel-printing?style=flat-square)](https://packagist.org/packages/rawilk/laravel-printing)
77
[![License](https://img.shields.io/github/license/rawilk/laravel-printing?style=flat-square)](https://github.com/rawilk/laravel-printing/blob/main/LICENSE.md)
88

9-
![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)
9+
![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)
1010

11-
Laravel Printing allows your application to directly send PDF documents or raw text directly from a remote server
11+
Printing for Laravel allows your application to directly send PDF documents or raw text directly from a remote server
1212
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.
1313

1414
```php
@@ -75,6 +75,10 @@ Inspiration for the PrintNode API wrapper comes from:
7575
- [PrintNode/PrintNode-PHP](https://github.com/PrintNode/PrintNode-PHP)
7676
- [phatkoala/printnode](https://github.com/PhatKoala/PrintNode)
7777

78+
## Disclaimer
79+
80+
This package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates.
81+
7882
## License
7983

8084
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

docs/introduction.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sort: 1
55

66
## Introduction
77

8-
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.
8+
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.
99
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
1010
raw print job via the `Printing` facade.
1111

@@ -38,3 +38,7 @@ Inspiration for the PrintNode API wrapper comes from:
3838

3939
- [PrintNode/PrintNode-PHP](https://github.com/PrintNode/PrintNode-PHP)
4040
- [phatkoala/printnode](https://github.com/PhatKoala/PrintNode)
41+
42+
## Disclaimer
43+
44+
This package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates.

docs/questions-and-issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sort: 5
44
---
55

66
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the package?
7-
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.
7+
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.
88

99
> {note} If you've found a bug regarding security please email [[email protected]](mailto:[email protected]) instead of using the issue tracker.

docs/requirements.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ sort: 2
3333
| 7.0 | 1.0.0 | 1.3.0 |
3434
| 8.0 | 1.2.2 | |
3535
| 9.0 | 3.0.0 | |
36+
| 10.0 | 3.0.2 | |

0 commit comments

Comments
 (0)