Salam Alekum Mahmoud,
Default Auth methods are in trait AuthenticatesUsers which used by "AuthenticatesUsersAuthenticatesAndRegistersUsers" and then used by AuthController.
In others words, Each method in AuthenticatesUsers / AuthenticatesUsersAuthenticatesAndRegistersUsers will be used in AuthController too,
So you need to override these methods..
postLogin() getLogin()
etc..
Just open AuthenticatesUsers and you will see everything there.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community