Commands.app

php artisan make:filament-table-action

Actions

Create a custom table action

Examples
Common usage examples

Create archive action for tables

php artisan make:filament-table-action ArchivePost
Notes
  • Custom row and bulk actions for tables
Related Commands
You might also find these useful