W3cubDocs

/Laravel 5.1

AuthenticatesUsers

trait AuthenticatesUsers (View source)

Traits

RedirectsUsers

Methods

string redirectPath()

Get the post register / login redirect path.

from RedirectsUsers
Response getLogin()

Show the application login form.

Response postLogin( Request $request)

Handle a login request to the application.

Response getLogout()

Log the user out of the application.

string loginPath()

Get the path to the login route.

string loginUsername()

Get the login username to be used by the controller.

Details

string redirectPath()

Get the post register / login redirect path.

Return Value

string

Response getLogin()

Show the application login form.

Return Value

Response

Response postLogin( Request $request)

Handle a login request to the application.

Parameters

Request $request

Return Value

Response

Response getLogout()

Log the user out of the application.

Return Value

Response

string loginPath()

Get the path to the login route.

Return Value

string

string loginUsername()

Get the login username to be used by the controller.

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.1/Illuminate/Foundation/Auth/AuthenticatesUsers.html