A package to generate reports and form printables for your app
fastofi-corp/filament-printables is a Laravel package for a package to generate reports and form printables for your app.
It currently has 36 GitHub stars and 190 downloads on Packagist (latest version v1.0.4).
Install it with composer require fastofi-corp/filament-printables.
Discover more Laravel packages by fastofi-corp
or browse all Laravel packages to compare alternatives.
Last updated
This is a work in progress thing
You can install the package via composer:
composer require fastoficorp/filament-printables
You can publish and run the migrations with:
php artisan vendor:publish --tag="filament-printables-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="filament-printables-config"
Work in Progress
To use the button in your table, just add the following lines:
// For Single Actions
FastofiCorp\FilamentPrintables\Actions\PrintAction::make(),
// For Bulk Actions
FastofiCorp\FilamentPrintables\Actions\BulksPrintAction::make(),
Feel free to use all the actions methods for Filament Actions (we suggest not to override 'action()' and 'forms()' methods because this is where the plugin works).
Work in progress
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.