sotjj
Artisan commands will not run after adding in a PanelProvider
Whether I upgrade to v3 manually or automatically, adding either or both of the following:
App\Providers\Filament\AppPanelProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
to config/app.php causes php artisan commands to fail and no pages will load.
If neither are present in config/app.php, artisan commands will run and pages without filament elements/resources will load.
3 replies
Access filters in action
In a livewire component that implements Tables\Contracts\HasTable, how can I access the active filters from getTableFilters() within the getActions() method of a filament page? If I am missing where this is already described in the docs, please provide a link. Thanks. (I apologize if this has been answered already, I have been searching but haven't found anything.)
9 replies