PHP Class Framework\Http\Controllers\Auth\LoginController

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

Protected Properties

Свойство Type Description
$redirectTo string Where to redirect users after login / registration.

Méthodes publiques

Méthode Description
__construct ( ) : void Create a new controller instance.

Method Details

__construct() public méthode

Create a new controller instance.
public __construct ( ) : void
Résultat void

Property Details

$redirectTo protected_oe property

Where to redirect users after login / registration.
protected string $redirectTo
Résultat string