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

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

Protected Properties

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

Public Methods

Method Description
__construct ( ) Create a new controller instance.
logout ( )
showLoginForm ( )

Method Details

__construct() public method

Create a new controller instance.
public __construct ( )

logout() public method

public logout ( )

showLoginForm() public method

public showLoginForm ( )

Property Details

$redirectTo protected_oe property

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