Disable Breadcrumbs on specific page
- Published: 25 Mar 2024 Updated: 08 Aug 2026
you can disable breadcrumbs inside a resource class
1public function getBreadcrumbs(): array
2{
3 return [];
4}
Related Tricks:
Usability: Knowing whether or not the record was saved.
how to use a resource with multiple models
you can disable breadcrumbs inside a resource class
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.
Let Users to Select All Options with a Simple Hint Action