SendsPasswordResetEmails (Foundation\Auth)

SendsPasswordResetEmails

trait SendsPasswordResetEmails (View source)

Methods

Response showLinkRequestForm()

Display the form to request a password reset link.

RedirectResponse sendResetLinkEmail(Request $request)

Send a reset link to the given user.

PasswordBroker broker()

Get the broker to be used during password reset.

Details

Response showLinkRequestForm()

Display the form to request a password reset link.

Return Value

Response

RedirectResponse sendResetLinkEmail(Request $request)

Send a reset link to the given user.

Parameters

Request $request

Return Value

RedirectResponse

PasswordBroker broker()

Get the broker to be used during password reset.

Return Value

PasswordBroker

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部