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.

registerMailTemplates()

No description

registerAssets()

No description

registerDashboardWidgets()

No description

registerBulkActionWidgets()

No description

registerFormWidgets()

Register widgets

registerMainMenuItems()

Register admin top menu navigation items

registerNavMenuItems()

Register admin menu navigation items

replaceNavMenuItem()

No description

defineEloquentMorphMaps()

No description

resolveFlashSessionKey()

No description

registerOnboardingSteps()

No description

registerActivityTypes()

No description

registerPermissions()

No description

registerSchedule()

No description

registerSystemSettings()

No description

Details

at line 29
void boot()

Bootstrap the service provider.

Return Value

void

at line 47
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 68
protected registerMailTemplates()

No description

at line 80
protected registerAssets()

No description

at line 104
protected registerDashboardWidgets()

No description

at line 139
protected registerBulkActionWidgets()

No description

at line 155
protected registerFormWidgets()

Register widgets

at line 248
protected registerMainMenuItems()

Register admin top menu navigation items

at line 310
protected registerNavMenuItems()

Register admin menu navigation items

at line 535
protected replaceNavMenuItem()

No description

at line 548
protected defineEloquentMorphMaps()

No description

at line 583
protected resolveFlashSessionKey()

No description

at line 590
protected registerOnboardingSteps()

No description

at line 645
protected registerActivityTypes()

No description

at line 661
protected registerPermissions()

No description

at line 732
protected registerSchedule()

No description

at line 744
protected registerSystemSettings()

No description