Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 616 Bytes

README-ZH.md

File metadata and controls

12 lines (10 loc) · 616 Bytes

laravel-reset-password-via-queue

在 laravel 5中,使用队列发送重置密码邮件

如何使用

  • 下载该项目并解压该 zip 包
  • 拷贝该项目下的文件到path/to/your-project/app目录中
  • 修改config/app.php文件,删除Illuminate\Auth\Passwords\PasswordResetServiceProvider::class,并添加App\Providers\PasswordResetServiceProvider::class,
  • 完成

扩展阅读

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