Monday, May 22, 2017

Where to change route '/home' when user is login and try to login again in laravel

I just want to know where are the Auth routes defined. In my case I am logged In but for testing purpose try to go to login page agian using

localhost/login

this should take me to my dashboard or profile but it redirects to '/home' and unable to found this view. How to configure this route and where to configure this in laravel.



via Umair Gul

Advertisement