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 81
protected registerAssets()

No description

at line 98
protected registerDashboardWidgets()

No description

at line 133
protected registerBulkActionWidgets()

No description

at line 149
protected registerFormWidgets()

Register widgets

at line 242
protected registerMainMenuItems()

Register admin top menu navigation items

at line 302
protected registerNavMenuItems()

Register admin menu navigation items

at line 520
protected replaceNavMenuItem()

No description

at line 533
protected defineEloquentMorphMaps()

No description

at line 568
protected resolveFlashSessionKey()

No description

at line 575
protected registerOnboardingSteps()

No description

at line 630
protected registerActivityTypes()

No description

at line 646
protected registerPermissions()

No description

at line 717
protected registerSchedule()

No description

at line 733
protected registerSystemSettings()

No description

at line 771
protected extendLocationOptionsFields()

No description