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
Provider::boot() no longer throws CannotUseInProduction in a blocked or undefined environment; it returns without registering anything, so the bar is safe to boot unconditionally and never takes down the host application.
Added
env.strict configuration key (default false). When true, Provider::boot() throws CannotUseInProduction in a blocked or undefined environment instead of returning silently, restoring the previous fail-fast behavior for those who want it.