PHP Class Nwidart\Modules\LaravelModulesServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: nwidart/laravel-modules

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method Description
boot ( ) Booting the package.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the service provider.
setupStubPath ( ) Setup stub path.

Protected Methods

Method Description
registerModules ( ) Register all modules.
registerNamespaces ( ) Register package's namespaces.
registerProviders ( ) Register providers.
registerServices ( ) Register the service provider.

Method Details

boot() public method

Booting the package.
public boot ( )

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( )

registerModules() protected method

Register all modules.
protected registerModules ( )

registerNamespaces() protected method

Register package's namespaces.
protected registerNamespaces ( )

registerProviders() protected method

Register providers.
protected registerProviders ( )

registerServices() protected method

Register the service provider.
protected registerServices ( )

setupStubPath() public method

Setup stub path.
public setupStubPath ( )

Property Details

$defer protected property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean