Skip to content

code-artisan/laravel-reset-password-via-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-reset-password-via-queue

Send the password reset link via email using queue in laravel 5.

How to use

  • Download the zip file and unzip the package.
  • Copy the files to your project: path/to/your-project/app.
  • Finally in your config/app.php file remove Illuminate\Auth\Passwords\PasswordResetServiceProvider::class and add App\Providers\PasswordResetServiceProvider::class to your 'providers' array.
  • Done.

Further reading

http:https://stackoverflow.com/questions/34409236/how-to-send-the-password-reset-link-via-email-using-queue-in-laravel-5 https://gist.github.com/jamesfairhurst/a30f034f6aeef45fe32f17e5588c1adf#file-passwordbroker-php

About

Send the password reset link via email using queue in laravel 5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages