
Disable Breadcrumbs on specific page
By: Lara Zeus
- 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:
Collapse Sidebar by Default in Mobile
Redirect the user after the logout
how to redirect the user after loging out of filament app
Disable Breadcrumbs on specific page
you can disable breadcrumbs inside a resource class
Globally Translate all Components
make all Field or any components translatable
adding search bar for navigation groups and items
when you have a lot of resources, let your users search for what they looking for int he sidebar.