用户注册后验证电子邮件,laravel

时间:2019-06-17 09:06:04

标签: php laravel laravel-5

我知道,只需要写:Port error: Could not establish connection. Receiving end does not exist. Error in event handler for 'undefined': Cannot read property 'message' of undefined TypeError: Cannot read property 'message' of undefined 但是,我应该在路由器中更改url的名称,所以,我这样写:

Auth::routes(['verify' => true]);

最后,我不知道如何验证registerController的电子邮件。
请帮助我。

1 个答案:

答案 0 :(得分:0)

您可以在终端中调用php artisan route:list,以将您的路由与自动生成的进行比较