Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Mar 20, 2023
1 parent 96f74d8 commit 799d83d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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)
[![Total Downloads](https://img.shields.io/packagist/dt/rawilk/laravel-printing.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-printing)
[![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
Expand Down Expand Up @@ -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.
6 changes: 5 additions & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/questions-and-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [[email protected]](mailto:[email protected]) instead of using the issue tracker.
1 change: 1 addition & 0 deletions docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |

0 comments on commit 799d83d

Please sign in to comment.