ProviderRepository
class Winter\Storm\Foundation\ProviderRepository
extends Illuminate\Foundation\ProviderRepository
Extends
Class | Description |
---|---|
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 | Type | Description |
---|---|---|
$providers | array |
array
|
Returns
void
← Previous page
Winter\Storm\Foundation\Http\Middleware\CheckForTrustedProxies
Next page →
Winter\Storm\Foundation\Providers\ArtisanServiceProvider
Copyright © 2024 Winter CMS