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:
Hi, I think you can extend getBreadcrumbs from Filament\Resources\Pages\Page to return an array with url as key and label as value
Jump to solution
2 Replies
Solution
Mike Peters
Mike Peters4mo ago
Hi, I think you can extend getBreadcrumbs from Filament\Resources\Pages\Page to return an array with url as key and label as value
MikePageDev
MikePageDevOP4mo ago
Thanks. I will give it a go. I could not see it in the docs.

Did you find this page helpful?