
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:
Sticky Table Row Actions
how to make actions sticky in tables when you have a lot of columns
Redirect the user after the logout
how to redirect the user after loging out of filament app
Demonstration of using a resource for multiple typical models
how to use a resource with multiple models
Collapse Sidebar by Default in Mobile
Add a Language Switcher Under The User Menu
Integrate Language Switcher in User Menu for a Cleaner Top Bar