© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
10 replies
Oddman

How to link to a resource from a repeater entry?

I'm listing articles an author has published under the repeater entry, and can't work out how to link to the article they authored.
Solution
you can do this
TextEntry::make('field')
->url(fn ($record): string => YourResource::getUrl('edit', ['record' => $record->id]))
TextEntry::make('field')
->url(fn ($record): string => YourResource::getUrl('edit', ['record' => $record->id]))
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

How to add a link to resource entry in a database notification?
FilamentFFilament / ❓┊help
2y ago
Filament Repeater: How to Create Multiple Records from a Single Entry?
FilamentFFilament / ❓┊help
12mo ago
Accessing resource from resource manager link
FilamentFFilament / ❓┊help
2y ago
Open related resource from action in a repeater
FilamentFFilament / ❓┊help
2y ago