laravel-printing
laravel-printing copied to clipboard
Direct printing for Laravel apps.
### Laravel Printing Version v3 ### Laravel Version v8 ### Bug description I can print pdf file but i want print text content() dont work . $printerId = '71387975'; $text...
### Laravel Printing Version v3.0.0 ### Laravel Version v9.19 ### Bug description file methods works fine when we try to print but Printing::newPrintTask() ->printer($printerId) ->content('hello world') ->send(); and Printing::newPrintTask() ->printer($printerId)...
### Laravel Printing Version v3.0.0 ### Laravel Version v9.01 ### Bug description Hello! This package is wonderful :-) Thank you. I want to ask one question. I'm using it with...
### Laravel Printing Version v3 ### Laravel Version v8 ### Bug description when I connect my print node client and start to print around it's printing the Arabic language English...
### Laravel Printing Version v3 ### Laravel Version v9 ### Bug description Hi im having this issue when using laravel-printing my code is here : public function print(){ $print =...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
### Feature Description I know Laravel 11.x is not out yet, but we can install it already. I don't see any issues, so i will submit a PR to allow...
1️⃣ Is this something that is wanted/needed? Did you create an issue / discussion about it first? Yup, #82 2️⃣ Does it contain multiple, unrelated changes? Please separate the PRs...
### Laravel Printing Version dev-main ### Laravel Version ^9.0 ### Print Driver cups ### Bug description When I try to run any laravel printing basic operation like `Printing::printers()` with the...
### Feature Description Mock printer driver that will store files in the local storage it may handle multiple formats like "pdf" or raw files, printer id can be a folder....