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
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.
void __wakeup() Restore the model after serialization. Return Value void
array __sleep() Prepare the instance for serialization. Return Value array
void __construct(Collection $notifiables, Notification $notification, array $channels = null) Create a new job instance. Parameters Collection $notifiables Notification $notification array $channels Return Value void
$this onQueue(string|null $queue) Set the desired queue for the job. Parameters string|null $queue Return Value $this
$this onConnection(string|null $connection) Set the desired connection for the job. Parameters string|null $connection Return Value $this
void handle(ChannelManager $manager) Send the notifications. Parameters ChannelManager $manager Return Value void
Page 183 of 996