PHP Class Framework\Http\Controllers\Auth\LoginController

Inheritance: extends Framework\Http\Controllers\Controller, use trait Illuminate\Foundation\Auth\AuthenticatesUsers
Datei anzeigen Open project: vinelab/lucid

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.

Method Details

__construct() public method

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

Property Details

$redirectTo protected_oe property

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