PHP code example of fastofi-corp / filament-printables

1. Go to this page and download the library: Download fastofi-corp/filament-printables library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

fastofi-corp / filament-printables example snippets



// For Single Actions
FastofiCorp\FilamentPrintables\Actions\PrintAction::make(),

// For Bulk Actions
FastofiCorp\FilamentPrintables\Actions\BulksPrintAction::make(),
bash
php artisan vendor:publish --tag="filament-printables-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="filament-printables-config"