generated from rawilk/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Unable to print via CUPS driver, getting 'A non-numeric value encountered'
$printers = Printing::printers();
Printing::newPrintTask()
->file(public_path('sample.pdf'))
->printer($printers->first()->id())
->send();
Steps to reproduce
- Used CUPS driver to print
Context
- Laravel Printing version: 1.2.0
- Laravel version: 7.27.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working