SendsPasswordResetEmails::showLinkRequestForm()

Response showLinkRequestForm() Display the form to request a password reset link. Return Value Response

SendsPasswordResetEmails::sendResetLinkEmail()

RedirectResponse sendResetLinkEmail(Request $request) Send a reset link to the given user. Parameters Request $request Return Value RedirectResponse

SendsPasswordResetEmails::broker()

PasswordBroker broker() Get the broker to be used during password reset. Return Value PasswordBroker

SendsPasswordResetEmails

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.

SendQueuedNotifications::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

SendQueuedNotifications::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

SendQueuedNotifications::__construct()

void __construct(Collection $notifiables, Notification $notification, array $channels = null) Create a new job instance. Parameters Collection $notifiables Notification $notification array $channels Return Value void

SendQueuedNotifications::onQueue()

$this onQueue(string|null $queue) Set the desired queue for the job. Parameters string|null $queue Return Value $this

SendQueuedNotifications::onConnection()

$this onConnection(string|null $connection) Set the desired connection for the job. Parameters string|null $connection Return Value $this

SendQueuedNotifications::handle()

void handle(ChannelManager $manager) Send the notifications. Parameters ChannelManager $manager Return Value void