© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
Ahmed Ali

how to add extra breadcrumbs work

i visit all website and documentation and also youtube i search about how to add extra breadcrumbs in resource i find some method like getBreadcrumbs() function but when defind it in new page i don't no how to add the like to previous page please help to make the day good thanks
Solution
public function getBreadcrumbs(): array
{
// dd(request());
// dd(request()->getRequestUri());
// dd(rtrim(dirname(request()->getRequestUri()), '/'));
return [
rtrim(dirname(rtrim(dirname(request()->getRequestUri()), '/')), '/')=> 'البرامج',
rtrim(dirname(request()->getRequestUri()), '/') => 'عرض',
request()->getRequestUri() => 'نمودج البرنامج',
];
} this solved problem anyway
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Add breadcrumbs to custom page
FilamentFFilament / ❓┊help
8mo ago
Is it possible to add some items to breadcrumbs?
FilamentFFilament / ❓┊help
13mo ago
Resource breadcrumbs
FilamentFFilament / ❓┊help
4mo ago
Nesting Breadcrumbs?
FilamentFFilament / ❓┊help
17mo ago