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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部