© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
8 replies
pmkevinrudd

Changing login redirect url

Instead of the dashboard being where you land after login, where would you change to land on a resource?
Solution
Think overriding the LoginResponse class works.

        $this->app->bind(LoginResponseContract::class, LoginResponse::class);
        $this->app->bind(LoginResponseContract::class, LoginResponse::class);
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

Redirect to last URL after login
FilamentFFilament / ❓┊help
16mo ago
Default Redirect Url
FilamentFFilament / ❓┊help
2y ago
url redirect not working
FilamentFFilament / ❓┊help
2y ago
Redirect on a dynamic url after login in a panel
FilamentFFilament / ❓┊help
2y ago