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

extendLocationOptionsFields()

No description

Details

at line 29
void boot()

Bootstrap the service provider.

Return Value

void

at line 46
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 69
protected registerMailTemplates()

No description

at line 84
protected registerAssets()

No description

at line 101
protected registerDashboardWidgets()

No description

at line 136
protected registerBulkActionWidgets()

No description

at line 152
protected registerFormWidgets()

Register widgets

at line 245
protected registerMainMenuItems()

Register admin top menu navigation items

at line 305
protected registerNavMenuItems()

Register admin menu navigation items

at line 523
protected replaceNavMenuItem()

No description

at line 536
protected defineEloquentMorphMaps()

No description

at line 571
protected resolveFlashSessionKey()

No description

at line 578
protected registerOnboardingSteps()

No description

at line 633
protected registerActivityTypes()

No description

at line 649
protected registerPermissions()

No description

at line 720
protected registerSchedule()

No description

at line 736
protected registerSystemSettings()

No description

at line 774
protected extendLocationOptionsFields()

No description