Replies: 2 comments 1 reply
-
Hos to solve Cannot instantiate abstract class Rawilk\Printing\PrintTask? This is my code use \Rawilk\Printing\PrintTask;
|
Beta Was this translation helpful? Give feedback.
-
You're trying to create a new instance of an abstract class, which you can't do in PHP. You should be using the facades instead for creating a new print job. Please refer to the docs for more information. |
Beta Was this translation helpful? Give feedback.
-
Added
printer()
method on PrintNode driver printer to access underlying PrintNode printer instancejob()
method on PrintNode driver print job to access underlying PrintNode print job instanceprinter
property on the PrintNode driver PrintJob class to access the printer instanceChanged
find()
toprinter()
for finding a specific printer$limit
,$offset
, and$dir
pagination params to driverprinters()
methodnull|Carbon
return type toPrintJob
contractdate()
method signatureprintnode/printnode-php
(available viaapp(\Rawilk\Printing\Api\PrintNode\PrintNode::class)
)\Rawilk\Printing\Printing
macroableRawilk\Printing\PrintTask
macroableRawilk\Printing\Drivers\PrintNode\PrintNode
macroableRawilk\Printing\Drivers\Cups\Cups
macroable\Rawilk\Printing\Contracts\Printer
and\Rawilk\Printing\Contracts\PrintJob
macroable\Rawilk\Printing\Receipts\ReceiptPrinter
macroableFixed
\Rawilk\Printing\Drivers\PrintNode\Entity\Printer
compatible with implementedJsonSerializable
interfacejobs()
methodNew Contributors
Full Changelog: 2.0.0...v3.0.0
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions