Login Redirects

Closed
Vanguard - Advanced PHP Login and User Management Vanguard - Advanced PHP Login and User Management October 22, 2018
Login to reply
Milos Stojanovic Support Agent
5 years ago
Closed due to inactivity.
Milos Stojanovic Support Agent
5 years ago

Hey Joshua,

Not sure what kind of tutorials were you looking at but the only logical place for redirect after login is inside the controller responsible for the authentication. In Vanguard it is "app/Http/Controllers/Web/Auth/AuthController.php" controller and the method where the redirect happens is handleUserWasAuthenticated.

- Milos

Joshua Blevins
5 years ago

How do you handle login redirects with vanguard.


I did some search on doing this with laravel and did not see your redirects in any of the common areas used in tutorials I was looking at