I just upgraded to Laravel 5.7 and now I am using the built in Email Verification. However there is 2 things I have not been able to figure out and the primary issue is how
To send verification email you can just use the next code:
// send new verification email to user $user->sendEmailVerificationNotification();