LoginController
extends BaseWebController
in package
Uses
AuthenticatesUsers
Authenticate user, it leverages laravel authentication system
Table of Contents
- $redirectTo : string
- Where to redirect users after login.
- __construct() : void
- Create a new controller instance.
- showLoginForm() : View
- Override base showLoginForm to show a custom template from within our module
Properties
$redirectTo
Where to redirect users after login.
protected
string
$redirectTo
= \Athomos\Bennu\RouteServiceProvider::DASHBOARD
Methods
__construct()
Create a new controller instance.
public
__construct() : void
Return values
void —showLoginForm()
Override base showLoginForm to show a custom template from within our module
public
showLoginForm() : View