\App\Http\Controllers\AuthLoginController

LoginController

This controller handles authenticating users for the application and redirecting them to your home screen. The controller uses a trait to conveniently provide its functionality to your applications.

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
redirectTo()
$redirectTo
N/A
No private methods found
No private properties found
N/A

Properties

$redirectTo

$redirectTo : string

Where to redirect users after login.

Type

string

Methods

__construct()

__construct() : void

Create a new controller instance.

redirectTo()

redirectTo() : \Illuminate\Contracts\Support\Renderable

Redirect to home page after authorization

Returns

\Illuminate\Contracts\Support\Renderable