Jetstream,laravel 8电子邮件验证不起作用

时间:2020-10-27 12:55:36

标签: php laravel-8 jetstream

我对电子邮件验证有疑问。 我没有评论refreshKey.currentState.show();,也已经在我的用户模型中实现了MustVerifyEmail

Features::emailVerification(),

我的web.php中有3条路由

class User extends Authenticatable implements MustVerifyEmail
{
    use Notifiable;

但是我注册时仍然没有收到电子邮件,请有人帮忙。

0 个答案:

没有答案