Disable Breadcrumbs on specific page
- Published: 25 Mar 2024 Updated: 04 May 2024
you can disable breadcrumbs inside a resource class
1public function getBreadcrumbs(): array
2{
3 return [];
4}
Related Tricks:
How to Apply Authorization on Create Option Action for Select Field
how to make actions sticky in tables when you have a lot of columns
provide a loading indicator for long running operations
A starting point for testing filamentPHP with tenant aware resources.
how to redirect the user after loging out of filament app