class ServiceProvider extends AppServiceProvider

Properties

protected Application $app

The application instance.

from  AppServiceProvider
protected bool $defer from  AppServiceProvider

Methods

void
boot()

Bootstrap the module events.

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.

includeHelpers()

No description

updateTimezone()

No description

registerSingletons()

Register singletons

registerConsole()

Register command line specifics

registerErrorHandler()

No description

extendValidator()

Extends the validator with custom rules

registerMailer()

No description

registerPaginator()

No description

addTranslationDriver()

No description

setConfiguration()

No description

registerAssets()

No description

defineEloquentMorphMaps()

No description

registerProviders()

No description

defineQueryMacro()

No description

registerSchedule()

No description

registerPermissions()

No description

registerSystemSettings()

No description

registerPagicParser()

No description

Details

at line 84
void boot()

Bootstrap the module events.

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 103
protected includeHelpers()

No description

at line 110
protected updateTimezone()

No description

at line 118
protected registerSingletons()

Register singletons

at line 158
protected registerConsole()

Register command line specifics

at line 197
protected registerErrorHandler()

No description

at line 209
protected extendValidator()

Extends the validator with custom rules

at line 226
protected registerMailer()

No description

at line 261
protected registerPaginator()

No description

at line 282
protected addTranslationDriver()

No description

at line 289
protected setConfiguration()

No description

at line 322
protected registerAssets()

No description

at line 346
protected defineEloquentMorphMaps()

No description

at line 363
protected registerProviders()

No description

at line 372
protected defineQueryMacro()

No description

at line 385
protected registerSchedule()

No description

at line 398
protected registerPermissions()

No description

at line 433
protected registerSystemSettings()

No description

at line 471
protected registerPagicParser()

No description