Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vesst's avatar
Level 2

Laravel Nova creating user sendEmailVerificationNotification +

I'd like to send a new user after creation (in nova admin) their password or verification email and the ability to reset or set up a password.

I'm not sure what actually runs the creation in the admin. Registration works in the RegisterController but it seems creating a user from admin doesn't run that controller.

Just looking for the right path or location. Thanks!

0 likes
2 replies
vesst's avatar
Level 2

Clifford - Ended up doing something like that. I used spatie/laravel-welcome-notification

I got so hooked on verification that i just auto verified and have a user set a new password.

1 like

Please or to participate in this conversation.