Direct printing for Laravel apps.
Printing for Laravel is a package that enables applications to send PDF documents or raw text from a remote server to a printer on the local network. It also supports printing receipts by generating raw text through the Rawilk\Printing\Receipts\ReceiptPrinter class and sending it as a raw print job via the Printing facade. The package supports PrintNode, CUPS, and custom print drivers.