By default the AuthController will redirect you to a specified page. However, when you create an authenticated() method in the default AuthController. Laravel will automatically call that method after an user logged in succesfully.
Furthermore, When an user is logged out. Laravel will fire the auth.logout event where you can listen for in order to process it any further.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community