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
I've a problem, the auto discover providers of my package are being loaded before the providers of the packages that mine is dependent on. This occurs because Laravel loads auto discover packages in alphabetical order by package name.
The idea I want to discuss is loading providers according to the package dependency tree, with parent package providers being loaded before child package providers.
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.
-
I've a problem, the auto discover providers of my package are being loaded before the providers of the packages that mine is dependent on. This occurs because Laravel loads auto discover packages in alphabetical order by package name.
The idea I want to discuss is loading providers according to the package dependency tree, with parent package providers being loaded before child package providers.
Beta Was this translation helpful? Give feedback.
All reactions