Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.5] Re-order how providers are loaded #19646

Merged
merged 1 commit into from
Jun 17, 2017
Merged

[5.5] Re-order how providers are loaded #19646

merged 1 commit into from
Jun 17, 2017

Conversation

themsaid
Copy link
Member

With this PR, providers starting with Illuminate will load first, then auto-discovered providers, then any other providers added to config/app.php.

This will allow users to override package auto-discovered providers in their config file, and also make sure Illuminate providers are loaded first before the rest.

@themsaid themsaid closed this Jun 17, 2017
@themsaid themsaid reopened this Jun 17, 2017
@taylorotwell taylorotwell merged commit 0b3f2c6 into laravel:master Jun 17, 2017
@taylorotwell
Copy link
Member

Seems pretty sensible. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants