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