PHP Class Nwidart\Modules\LaravelModulesServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: nwidart/laravel-modules

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

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

Méthodes protégées

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

Method Details

boot() public méthode

Booting the package.
public boot ( )

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( )

registerModules() protected méthode

Register all modules.
protected registerModules ( )

registerNamespaces() protected méthode

Register package's namespaces.
protected registerNamespaces ( )

registerProviders() protected méthode

Register providers.
protected registerProviders ( )

registerServices() protected méthode

Register the service provider.
protected registerServices ( )

setupStubPath() public méthode

Setup stub path.
public setupStubPath ( )

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean