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
This feature is extremely annoying when your app has multiple EventServiceProviders, especially inside vendors with auto-discovery or using DDD. There is no simple way to deactivate this without patching multiple libraries.
We got some apps sending 5 emails on user signup.
A global config boolean variable for this would be cleaner imo, so we can put this listener manually when needed.
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
-
Talking about this breaking change:
https://laravel.com/docs/11.x/upgrade#email-verification-notification-on-registration
This feature is extremely annoying when your app has multiple
EventServiceProvider
s, especially inside vendors with auto-discovery or using DDD. There is no simple way to deactivate this without patching multiple libraries.We got some apps sending 5 emails on user signup.
A global config boolean variable for this would be cleaner imo, so we can put this listener manually when needed.
How is everyone dealing with this?
Beta Was this translation helpful? Give feedback.
All reactions