【发布时间】:2017-10-30 23:17:07
【问题描述】:
我收到的用于重置密码的电子邮件的链接格式不正确:
应该是:
http://localhost:8000/password/reset/sometoken
但我收到了
http://localhost/password/reset/sometoken
Auth 的其他路线运行良好,知道吗?谢谢
【问题讨论】:
-
请提供您的代码。
标签: php laravel authentication url laravel-5