Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bashman's avatar

[SOLVED] Signed URL in Filament

Is it possible to use Laravel's "Signed URLs" function in Filament routes?. Thanks.

0 likes
2 replies
bashman's avatar

Yes I found the way:

ViewAction::make()->url(fn ($record) => URL::signedRoute('filament.dashboard.resources.xxxxx.view', ['record' => $record->id]))

Please or to participate in this conversation.