class ServiceProvider extends AppServiceProvider

Properties

protected Application $app

The application instance.

from  AppServiceProvider
protected bool $defer from  AppServiceProvider

Methods

void
boot()

Bootstrap the service provider.

void
register()

Register the service provider.

getModule($args)

No description

void
registerConsoleCommand(string $key, string $class)

Registers a new console (artisan) command

array
provides()

Get the services provided by the provider.

registerComponents()

Register components.

registerSingletons()

No description

registerAssets()

No description

registerCombinerEvent()

No description

resolveFlashSessionKey()

No description

bootMenuItemEvents()

Registers events for menu items.

registerFormWidgets()

No description

registerPermissions()

No description

registerSystemSettings()

No description

Details

at line 24
void boot()

Bootstrap the service provider.

Return Value

void

at line 45
void register()

Register the service provider.

Return Value

void

in AppServiceProvider at line 50
getModule($args)

No description

Parameters

$args

in AppServiceProvider at line 65
void registerConsoleCommand(string $key, string $class)

Registers a new console (artisan) command

Parameters

string $key

The command name

string $class

The command class

Return Value

void

in AppServiceProvider at line 79
array provides()

Get the services provided by the provider.

Return Value

array

at line 66
protected registerComponents()

Register components.

at line 73
protected registerSingletons()

No description

at line 77
protected registerAssets()

No description

at line 86
protected registerCombinerEvent()

No description

at line 99
protected resolveFlashSessionKey()

No description

at line 109
protected bootMenuItemEvents()

Registers events for menu items.

at line 127
protected registerFormWidgets()

No description

at line 142
protected registerPermissions()

No description

at line 156
protected registerSystemSettings()

No description