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 #52369

Closed
wants to merge 2 commits into from

Commits on Jul 27, 2024

  1. add ProviderRepository parameter to the registerConfiguredProviders

    add functionality to the application to register service providers with custom ProviderRepository
    tornike committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    fec42ca View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. add boot parameter to the register method and make bootProvider public

    give Application register method ability to skip ServiceProvider boot and same time make possible to call bootProvider outside of the Application
    tornike committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f74f143 View commit details
    Browse the repository at this point in the history