I am trying to implement email verification in Laravel 5.7. I have implemented MustVerifyEmail on User model.
MustVerifyEmail
User
class User extends A
You can remove 'verified' middleware, for example:
group(function(){ ... }); ?>
Try it, should solve the problem