PHP Class Someline\Http\Controllers\Auth\LoginController

Inheritance: extends Someline\Http\Controllers\BaseController, use trait Illuminate\Foundation\Auth\AuthenticatesUsers
Show file Open project: someline/someline-starter

Protected Properties

Property Type Description
$redirectTo string Where to redirect users after login / registration.

Public Methods

Method Description
__construct ( ) : void Create a new controller instance.
showLoginForm ( ) : Illuminate\Http\Response Show the application's login form.

Method Details

__construct() public method

Create a new controller instance.
public __construct ( ) : void
return void

showLoginForm() public method

Show the application's login form.
public showLoginForm ( ) : Illuminate\Http\Response
return Illuminate\Http\Response

Property Details

$redirectTo protected property

Where to redirect users after login / registration.
protected string $redirectTo
return string