class RegisterProviders (View source)
| static protected array | $merge | The service providers that should be merged before registration. | |
| static protected string|null | $bootstrapProviderPath | The path to the bootstrap provider configuration file. |
| void | bootstrap(Application $app)
Bootstrap the given application. | |
| mergeAdditionalProviders(Application $app)
Merge the additional configured providers into the configuration. | ||
| static void | merge(array $providers, string|null $bootstrapProviderPath = null)
Merge the given providers into the provider configuration before registration. | |
| static void | flushState()
Flush the bootstrapper's global state. |
Bootstrap the given application.
Merge the additional configured providers into the configuration.
Merge the given providers into the provider configuration before registration.
Flush the bootstrapper's global state.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Foundation/Bootstrap/RegisterProviders.html