标签: php laravel-8 jetstream
我对电子邮件验证有疑问。 我没有评论refreshKey.currentState.show();,也已经在我的用户模型中实现了MustVerifyEmail
refreshKey.currentState.show();
Features::emailVerification(),
我的web.php中有3条路由
class User extends Authenticatable implements MustVerifyEmail { use Notifiable;
但是我注册时仍然没有收到电子邮件,请有人帮忙。