AuthController
class AuthController extends Controller (View source)
Traits
Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers
Illuminate\Foundation\Auth\ThrottlesLogins
Illuminate\Foundation\Auth\Access\AuthorizesRequests
Illuminate\Foundation\Bus\DispatchesJobs
Illuminate\Foundation\Validation\ValidatesRequests
Properties
$redirectTo | Where to redirect users after login / registration. |
Methods
void
__construct()
Create a new authentication controller instance.
Response
showLoginForm()
Show the application login form.
Response
showRegistrationForm()
Show the application registration form.
string
loginUsername()
Get the login username to be used by the controller.
Details
at line 46
void
__construct()
Create a new authentication controller instance.
at line 56
Response
showLoginForm()
Show the application login form.
at line 66
Response
showRegistrationForm()
Show the application registration form.
at line 76
string
loginUsername()
Get the login username to be used by the controller.