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:
add locale parameter to all of your filament panel
how to use an action as a headerAction or as a table row action without code duplication
How to Apply Authorization on Create Option Action for Select Field
This time-saving starter kit provides a Laravel project with FilamentPHP already installed and configured, so you can dive straight into building without any of the initial setup headaches.
how to use a resource with multiple models