If the User model implements the MustVerifyEmail interface, you should be able to send a verification email using this:
$user->sendEmailVerificationNotification();
References:
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi all,
I am having an issue with Laravel ui / vue 3 + Tailwind so I will have to code myself the email verification.
Is there simple way to manually send the "verify email" link to a user please without the Laravel UI installation?
It seems that I have a blade template called "auth/verify.blade.php" but I cannot find a way to resend it to the user.
Thank you.
If the User model implements the MustVerifyEmail interface, you should be able to send a verification email using this:
$user->sendEmailVerificationNotification();
References:
Please or to participate in this conversation.