© 2026 Hedgehog Software, LLC

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

wire:navigate on an Action

Sounds simple, but an action can redirect to a URL like so:

Action::make(__('Open file'))
                    ->url(fn (File $file): string => route('file', ['file' => $this->file])),
Action::make(__('Open file'))
                    ->url(fn (File $file): string => route('file', ['file' => $this->file])),


And it works great. But can I put
wire:navigate
wire:navigate
on that URL?
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

Filament Notifications and `wire:navigate`
FilamentFFilament / ❓┊help
16mo ago
How to enable wire:navigate
FilamentFFilament / ❓┊help
3y ago
Possibility to enable wire: navigate across the panel.
FilamentFFilament / ❓┊help
3y ago
Form actions must be an instance of Filament\Actions\Action, or Filament\Actions\ActionGroup.
FilamentFFilament / ❓┊help
3y ago