PHP Class Mage2\User\Controllers\LoginController

Inheritance: extends Mage2\Framework\System\Controllers\Controller, use trait Illuminate\Foundation\Auth\AuthenticatesUsers
Datei anzeigen Open project: mage2/laravel-ecommerce

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.

Protected Methods

Method Description
guard ( )

Method Details

__construct() public method

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

guard() protected method

protected guard ( )

showLoginForm() public method

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

Property Details

$redirectTo protected_oe property

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