Level 51
This thread covers this almost word for word: https://laracasts.com/discuss/channels/nova/laravel-nova-redirect-to-a-custom-path-after-login
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
n laravel nova, I want to redirect after login to the resource page (like http://localhost/nova/resource/someresource), not to the default dashboard.
I have tried changing
redirectTo() in Laravel/nova/src/http/controller/loginController.php to return my desired URL but this is showing a 404 error. then I changed "path" in config/nova.php to the desired URL but this also shows 404 error. Please help me in solving this issue.
Please or to participate in this conversation.