class
Illuminate
/
Support
/
AggregateServiceProvider
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
AggregateServiceProvider
Extends
Properties
protected
$providers array
The provider class names.
Default: []
protected
$instances array
An array of the service provider instances.
Default: []
Methods
public
register ( ) : void
Register the service provider.
public
provides ( ) : array
Get the services provided by the provider.