PHP Class Owl\Http\Controllers\Auth\AuthController

Inheritance: extends Owl\Http\Controllers\Controller, use trait Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers
Show file Open project: owl/owl

Public Methods

Method Description
__construct ( Illuminate\Contracts\Auth\Guard $auth, Illuminate\Contracts\Auth\Registrar $registrar ) : void Create a new authentication controller instance.
getRegister ( ) : Illuminate\Http\Response Show the application registration form.
postLogin ( Request $request )

Method Details

__construct() public method

Create a new authentication controller instance.
public __construct ( Illuminate\Contracts\Auth\Guard $auth, Illuminate\Contracts\Auth\Registrar $registrar ) : void
$auth Illuminate\Contracts\Auth\Guard
$registrar Illuminate\Contracts\Auth\Registrar
return void

getRegister() public method

Show the application registration form.
public getRegister ( ) : Illuminate\Http\Response
return Illuminate\Http\Response

postLogin() public method

public postLogin ( Request $request )
$request Request