Skip to navigation
Laravel reset password files
08.02.22
1. $response = $this->broker()->sendResetLink($request->only('email')); 2. emacs vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordBroker.php public function sendResetLink(array $credentials) $user->sendPasswordResetNotification($this->tokens->create($user)); emacs vendor/laravel/framework/src/Illuminate/Auth/Passwords/PasswordBroker.php 3. emacs vendor/laravel/framework/src/Illuminate/Auth/Passwords/CanResetPassword.php public function sendPasswordResetNotification($token) { $this->notify(new ResetPasswordNotification($token)); } use Illuminate\Auth\Notifications\ResetPassword as ResetPasswordNotification; use Illuminate\Auth\Notifications\iResetPassword as ResetPasswordNotification;
https://laravel.com/docs/8.x/passwords
Reply
Anonymous
Information Epoch 1732514039
Favor apps that have universal interfaces.
Home
Notebook
Contact us