Search
Get Started
F
Filament
•
3y ago
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,361
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
$this->app->bind(LoginResponseContract::class, LoginResponse::class);
$this->app->bind(LoginResponseContract::class, LoginResponse::class);
Similar Threads
Redirect to last URL after login
F
Filament / ❓┊help
14mo ago
Default Redirect Url
F
Filament / ❓┊help
2y ago
url redirect not working
F
Filament / ❓┊help
16mo ago
Redirect on a dynamic url after login in a panel
F
Filament / ❓┊help
2y ago