Add breadcrumbs to custom page
I have been looking in to this but not found anything yet. Is there a way to add breadcrumbs to a custom page?
Solution:Jump to solution
Hi, I think you can extend
getBreadcrumbs
from Filament\Resources\Pages\Page
to return an array with url as key and label as value2 Replies
Solution
Hi, I think you can extend
getBreadcrumbs
from Filament\Resources\Pages\Page
to return an array with url as key and label as valueThanks. I will give it a go. I could not see it in the docs.