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.

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 23
void boot()

Bootstrap the service provider.

Return Value

void

at line 44
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 60
protected registerSingletons()

No description

at line 64
protected registerAssets()

No description

at line 73
protected registerCombinerEvent()

No description

at line 86
protected resolveFlashSessionKey()

No description

at line 96
protected bootMenuItemEvents()

Registers events for menu items.

at line 114
protected registerFormWidgets()

No description

at line 129
protected registerPermissions()

No description

at line 143
protected registerSystemSettings()

No description