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:
How to Apply Authorization on Create Option Action for Select Field
let users select a color for the panel
when you have a lot of resources, let your users search for what they looking for int he sidebar.
set any page like List Or view page as the main page instead of using a dashboard page in filamentPHP