
Disable Breadcrumbs on specific page
- Published: 25 Mar 2024 Updated: 04 May 2024
you can disable breadcrumbs inside a resource class

1public function getBreadcrumbs(): array2{3 return [];4}

Related Tricks:
A starting point for testing filamentPHP with tenant aware resources.
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.
get translatable attribute in a relationships
set any page like List Or view page as the main page instead of using a dashboard page in filamentPHP
how to make actions sticky in tables when you have a lot of columns