You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing the event: event(new Registered($user)); two email verification mails are sent when User model implements MustVerifyEmail upon user registration.
Any ideas how to debug this further? Our project is currently stuck at laravel/framework v11.8.0.
On versions above laravel/framework 11.8.0 with laravel breeze starter-kit. I am not able to reproduce on a vanilla Laravel Breeze.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When executing the event:
event(new Registered($user));
two email verification mails are sent when User model implementsMustVerifyEmail
upon user registration.Any ideas how to debug this further? Our project is currently stuck at laravel/framework v11.8.0.
On versions above laravel/framework 11.8.0 with laravel breeze starter-kit. I am not able to reproduce on a vanilla Laravel Breeze.
Postgres 16.3
PHP 8.3.6
laravel/framework 11.9.0 -> 11.15.0
Beta Was this translation helpful? Give feedback.
All reactions