Answer the question
In order to leave comments, you need to log in
Where can I find AuthController in Laravel 5.3?
Help please, I can't find AuthController?
I want to do so, if I am logged in as an admin, then I am thrown to the admin page, and if as a regular user, then to the main one. And how can this be implemented in Laravel 5.3?
Did I understand correctly that AuthController is located in app/Http/Controllers/Auth/LoginController?
Answer the question
In order to leave comments, you need to log in
but I figured it out, if anyone needs it, then you need to go to the app/Http/Controllers/Auth/LoginController folder and just change where:
toprotected $redirectTo = '/admin';
It is now split into multiple controllers
https://github.com/laravel/laravel/tree/master/app...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question