
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:
Usability: Knowing whether or not the record was saved.
make all Field or any components translatable
how to make actions sticky in tables when you have a lot of columns
A starting point for testing filamentPHP with tenant aware resources.
Bring the sticky actions back form filament v2