This is the correct way
https://talltips.novate.co.uk/laravel/laravel-8-conditional-login-redirects
but only you can decide how you differentiate between user types
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I've found many different answers on how to handle a redirection after a successful login based on user role, but what I'm looking for is the best and proper way to achieve this with Jetstream (Fortify).
For instance admin would be redirected to '/dashboard' and user would be redirected to '/home'.
This is the correct way
https://talltips.novate.co.uk/laravel/laravel-8-conditional-login-redirects
but only you can decide how you differentiate between user types
Please or to participate in this conversation.