class ArtisanServiceProvider extends ServiceProvider implements DeferrableProvider

Properties

protected array $commands The commands to be registered.
protected array $devCommands The commands to be registered.

Methods

void
register()

Register the service provider.

void
registerCommands(array $commands)

Register the given commands.

void
registerCacheClearCommand()

Register the command.

void
registerCacheForgetCommand()

Register the command.

void
registerChannelMakeCommand()

Register the command.

void
registerClearCompiledCommand()

Register the command.

void
registerConfigCacheCommand()

Register the command.

void
registerConfigClearCommand()

Register the command.

void
registerComponentMakeCommand()

Register the command.

void
registerConsoleMakeCommand()

Register the command.

void
registerControllerMakeCommand()

Register the command.

void
registerEventGenerateCommand()

Register the command.

void
registerEventMakeCommand()

Register the command.

void
registerExceptionMakeCommand()

Register the command.

void
registerMailMakeCommand()

Register the command.

void
registerDownCommand()

Register the command.

void
registerEnvironmentCommand()

Register the command.

void
registerEventCacheCommand()

Register the command.

void
registerEventClearCommand()

Register the command.

void
registerEventListCommand()

Register the command.

void
registerJobMakeCommand()

Register the command.

void
registerKeyGenerateCommand()

Register the command.

void
registerListenerMakeCommand()

Register the command.

void
registerMiddlewareMakeCommand()

Register the command.

void
registerModelMakeCommand()

Register the command.

void
registerNotificationMakeCommand()

Register the command.

void
registerObserverMakeCommand()

Register the command.

void
registerPackageDiscoverCommand()

Register the command.

void
registerPolicyMakeCommand()

Register the command.

void
registerProviderMakeCommand()

Register the command.

void
registerRequestMakeCommand()

Register the command.

void
registerResourceMakeCommand()

Register the command.

void
registerRuleMakeCommand()

Register the command.

void
registerRouteCacheCommand()

Register the command.

void
registerRouteClearCommand()

Register the command.

void
registerRouteListCommand()

Register the command.

void
registerScheduleFinishCommand()

Register the command.

void
registerScheduleRunCommand()

Register the command.

void
registerScheduleWorkCommand()

Register the command.

void
registerServeCommand()

Register the command.

void
registerNetflexSetupCommand()

Register the command.

void
registerTestMakeCommand()

Register the command.

void
registerUpCommand()

Register the command.

void
registerVendorPublishCommand()

Register the command.

void
registerViewCacheCommand()

Register the command.

void
registerViewClearCommand()

Register the command.

array
provides()

Get the services provided by the provider.

Details

at line 117
void register()

Register the service provider.

Return Value

void

at line 131
protected void registerCommands(array $commands)

Register the given commands.

Parameters

array $commands

Return Value

void

at line 145
protected void registerCacheClearCommand()

Register the command.

Return Value

void

at line 157
protected void registerCacheForgetCommand()

Register the command.

Return Value

void

at line 169
protected void registerChannelMakeCommand()

Register the command.

Return Value

void

at line 181
protected void registerClearCompiledCommand()

Register the command.

Return Value

void

at line 193
protected void registerConfigCacheCommand()

Register the command.

Return Value

void

at line 205
protected void registerConfigClearCommand()

Register the command.

Return Value

void

at line 217
protected void registerComponentMakeCommand()

Register the command.

Return Value

void

at line 229
protected void registerConsoleMakeCommand()

Register the command.

Return Value

void

at line 241
protected void registerControllerMakeCommand()

Register the command.

Return Value

void

at line 253
protected void registerEventGenerateCommand()

Register the command.

Return Value

void

at line 265
protected void registerEventMakeCommand()

Register the command.

Return Value

void

at line 277
protected void registerExceptionMakeCommand()

Register the command.

Return Value

void

at line 289
protected void registerMailMakeCommand()

Register the command.

Return Value

void

at line 301
protected void registerDownCommand()

Register the command.

Return Value

void

at line 313
protected void registerEnvironmentCommand()

Register the command.

Return Value

void

at line 325
protected void registerEventCacheCommand()

Register the command.

Return Value

void

at line 337
protected void registerEventClearCommand()

Register the command.

Return Value

void

at line 349
protected void registerEventListCommand()

Register the command.

Return Value

void

at line 361
protected void registerJobMakeCommand()

Register the command.

Return Value

void

at line 373
protected void registerKeyGenerateCommand()

Register the command.

Return Value

void

at line 385
protected void registerListenerMakeCommand()

Register the command.

Return Value

void

at line 397
protected void registerMiddlewareMakeCommand()

Register the command.

Return Value

void

at line 409
protected void registerModelMakeCommand()

Register the command.

Return Value

void

at line 421
protected void registerNotificationMakeCommand()

Register the command.

Return Value

void

at line 433
protected void registerObserverMakeCommand()

Register the command.

Return Value

void

at line 445
protected void registerPackageDiscoverCommand()

Register the command.

Return Value

void

at line 457
protected void registerPolicyMakeCommand()

Register the command.

Return Value

void

at line 469
protected void registerProviderMakeCommand()

Register the command.

Return Value

void

at line 481
protected void registerRequestMakeCommand()

Register the command.

Return Value

void

at line 493
protected void registerResourceMakeCommand()

Register the command.

Return Value

void

at line 505
protected void registerRuleMakeCommand()

Register the command.

Return Value

void

at line 517
protected void registerRouteCacheCommand()

Register the command.

Return Value

void

at line 529
protected void registerRouteClearCommand()

Register the command.

Return Value

void

at line 541
protected void registerRouteListCommand()

Register the command.

Return Value

void

at line 553
protected void registerScheduleFinishCommand()

Register the command.

Return Value

void

at line 563
protected void registerScheduleRunCommand()

Register the command.

Return Value

void

at line 573
protected void registerScheduleWorkCommand()

Register the command.

Return Value

void

at line 583
protected void registerServeCommand()

Register the command.

Return Value

void

at line 595
protected void registerNetflexSetupCommand()

Register the command.

Return Value

void

at line 607
protected void registerTestMakeCommand()

Register the command.

Return Value

void

at line 619
protected void registerUpCommand()

Register the command.

Return Value

void

at line 631
protected void registerVendorPublishCommand()

Register the command.

Return Value

void

at line 643
protected void registerViewCacheCommand()

Register the command.

Return Value

void

at line 655
protected void registerViewClearCommand()

Register the command.

Return Value

void

at line 667
array provides()

Get the services provided by the provider.

Return Value

array