PHP Class App\Http\Controllers\Backend\Auth\LoginController

Inheritance: extends App\Http\Controllers\Controller, use trait Illuminate\Foundation\Auth\AuthenticatesUsers
Afficher le fichier Open project: qloog/laravel5-backend

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( ) Create a new controller instance.
logout ( )
showLoginForm ( )

Method Details

__construct() public méthode

Create a new controller instance.
public __construct ( )

logout() public méthode

public logout ( )

showLoginForm() public méthode

public showLoginForm ( )

Property Details

$redirectTo protected_oe property

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