ProviderRepository

 class Winter\Storm\Foundation\ProviderRepository
extends Illuminate\Foundation\ProviderRepository

Methods

public load (array $providers) : void

Register the application service providers.

This implementation differs from Laravel's base implementation in that deferred services are recorded BEFORE service providers are registered, allowing eager loaded providers to use deferred provider functionality. This has the consequence of making those deferred providers eager loaded as well.

Parameters
Property Description
$providers
array
Returns
void
Copyright © 2024 Winter CMS