php artisan make:filament-table-action
ActionsCreate a custom table action
Examples
Common usage examples
Create archive action for tables
php artisan make:filament-table-action ArchivePostNotes
- Custom row and bulk actions for tables
Related Commands
You might also find these useful