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

Add functionality to the framework to customize service providers loading process #52549

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tornike
Copy link

@tornike tornike commented Aug 21, 2024

Add ability to the framework to optionally alter service providers loading process by providing custom providerRepository and adding more control to the Application's register and bootProvider methods.

This is second part of the solution, please refer to the PR in laravel/octane.

add functionality to the application to register service providers with custom ProviderRepository
give Application register method ability to skip ServiceProvider boot and same time make possible to call bootProvider outside of the Application
Copy link

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

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.

1 participant