
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:
make all Field or any components translatable
add any link or actions to the topbar
A starting point for testing filamentPHP with tenant aware resources.
when you don't have access to the current resource or page, `current` for the help!
Bring the sticky actions back form filament v2