
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:
provide a loading indicator for long running operations
make all Field or any components translatable
when you have a lot of resources, let your users search for what they looking for int he sidebar.
how to redirect the user after loging out of filament app
This time-saving starter kit provides a Laravel project with FilamentPHP already installed and configured, so you can dive straight into building without any of the initial setup headaches.