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.

Return Value

void

at line 56
Response showLoginForm()

Show the application login form.

Return Value

Response

at line 66
Response showRegistrationForm()

Show the application registration form.

Return Value

Response

at line 76
string loginUsername()

Get the login username to be used by the controller.

Return Value

string