Laravel Printing

screenshot of Laravel Printing

Direct printing for Laravel apps.

Overview:

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.

Features:

  • Send PDF documents or raw text to a printer on the local network
  • Supports printing receipts
  • Utilizes PrintNode, CUPS, or custom print drivers
  • Generates raw text for printing

Summary:

Printing for Laravel is a convenient package for applications that need to print PDF documents or raw text to local network printers. With support for multiple print drivers and the ability to generate receipts, this package simplifies the printing process for Laravel applications.