Download the PHP package consignr/filament-print-node without Composer
On this page you can find all versions of the php package consignr/filament-print-node. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download consignr/filament-print-node
More information about consignr/filament-print-node
Files in consignr/filament-print-node
Package filament-print-node
Short Description A collection of filament resources to manage your printnode account from the admin panel
License MIT
Informations about the package filament-print-node
filament-print-node
A collection of filament resources to manage your printnode account from the admin panel
Usage
The plugin integrates PrintNode functionality in your filament panel(s), allowing admins to quickly access Computer, Printer and PrintJob resources. It provides custom actions to send print requests to the PrintNode api.
Installation
You can install the package via composer then run the installation command:
Registering the plugin
Configure the navigation settings for print node cluster by chaining additonal methods after make()
.
Further configuration options can be applied for each resource. The below example configures the computer
resource using the ->computerResource()
method. Equivelant methods exist for the other resources, ->printerResource()
and ->printJobResource()
.
Sending PrintJob requests
Add the the custom table action to your desired resource
All versions of filament-print-node with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
calebporzio/sushi Version ^2.5
saloonphp/laravel-plugin Version ^3.5
owenvoke/blade-fontawesome Version ^2.7