ProviderList
class ProviderList (View source)
Properties
protected Application | $app |
Methods
registerProvider(string $class)
Loads and registers a class ServiceProvider class.
createInstance(string $class)
Creates an instance of the passed class string, override this to change how providers are instantiated.
registerProviders(array $groups)
Registers an array of service group classes.
__sleep()
We are not allowed to serialize $this->app.
Details
__construct(Application $app)
No description
registerProvider(string $class)
Loads and registers a class ServiceProvider class.
protected Provider
createInstance(string $class)
Creates an instance of the passed class string, override this to change how providers are instantiated.
registerProviders(array $groups)
Registers an array of service group classes.
__sleep()
We are not allowed to serialize $this->app.