AuthenticatesAndRegistersUsers (Foundation\Auth)

AuthenticatesAndRegistersUsers

trait AuthenticatesAndRegistersUsers (View source)

Traits

AuthenticatesUsers
RegistersUsers
RedirectsUsers
RedirectsUsers

Methods

string redirectPath()

Get the post register / login redirect path.

from RedirectsUsers
Response getLogin()

Show the application login form.

from AuthenticatesUsers
Response postLogin( Request $request)

Handle a login request to the application.

from AuthenticatesUsers
Response getLogout()

Log the user out of the application.

from AuthenticatesUsers
string loginPath()

Get the path to the login route.

from AuthenticatesUsers
string loginUsername()

Get the login username to be used by the controller.

from AuthenticatesUsers
Response getRegister()

Show the application registration form.

from RegistersUsers
Response postRegister( Request $request)

Handle a registration request for the application.

from RegistersUsers

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

Response getRegister()

Show the application registration form.

Return Value

Response

Response postRegister( Request $request)

Handle a registration request for the application.

Parameters

Request $request

Return Value

Response

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部