AuthenticatesUsers (Foundation\Auth)

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 showLoginForm()

Show the application login form.

Response postLogin( Request $request)

Handle a login request to the application.

Response login( Request $request)

Handle a login request to the application.

Response getLogout()

Log the user out of the application.

Response logout()

Log the user out of the application.

guestMiddleware()

Get the guest middleware for the application.

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 showLoginForm()

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 login( 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

Response logout()

Log the user out of the application.

Return Value

Response

guestMiddleware()

Get the guest middleware for the application.

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.2/Illuminate/Foundation/Auth/AuthenticatesUsers.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部