Send the password reset link via email using queue in laravel 5.
- Download the zip file and unzip the package.
- Copy the files to your project:
path/to/your-project/app. - Finally in your
config/app.phpfile removeIlluminate\Auth\Passwords\PasswordResetServiceProvider::classand addApp\Providers\PasswordResetServiceProvider::classto your 'providers' array. - Done.
http://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