© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
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
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Redirect to last URL after login
F
Filament / ❓┊help
16mo ago
Default Redirect Url
F
Filament / ❓┊help
2y ago
url redirect not working
F
Filament / ❓┊help
2y ago
Redirect on a dynamic url after login in a panel
F
Filament / ❓┊help
2y ago