class Illuminate / Foundation / Providers / ArtisanServiceProvider
You are viewing an older version of the documentation. For the latest, please visit master documentation.

ArtisanServiceProvider

Extends

Implements

Properties

protected

$commands array

The commands to be registered.

Default: array
protected

$devCommands array

The commands to be registered.

Default: array

Methods

public

register ( ) : void

Register the service provider.

protected

registerCommands ( array $commands ) : void

Register the given commands.

Parameters

  • $commands array
protected

registerCacheClearCommand ( ) : void

Register the command.

protected

registerCacheForgetCommand ( ) : void

Register the command.

protected

registerCacheTableCommand ( ) : void

Register the command.

protected

registerCastMakeCommand ( ) : void

Register the command.

protected

registerChannelMakeCommand ( ) : void

Register the command.

protected

registerClearCompiledCommand ( ) : void

Register the command.

protected

registerClearResetsCommand ( ) : void

Register the command.

protected

registerComponentMakeCommand ( ) : void

Register the command.

protected

registerConfigCacheCommand ( ) : void

Register the command.

protected

registerConfigClearCommand ( ) : void

Register the command.

protected

registerConsoleMakeCommand ( ) : void

Register the command.

protected

registerControllerMakeCommand ( ) : void

Register the command.

protected

registerDbCommand ( ) : void

Register the command.

protected

registerDbPruneCommand ( ) : void

Register the command.

protected

registerDbWipeCommand ( ) : void

Register the command.

protected

registerEventGenerateCommand ( ) : void

Register the command.

protected

registerEventMakeCommand ( ) : void

Register the command.

protected

registerExceptionMakeCommand ( ) : void

Register the command.

protected

registerFactoryMakeCommand ( ) : void

Register the command.

protected

registerDownCommand ( ) : void

Register the command.

protected

registerEnvironmentCommand ( ) : void

Register the command.

protected

registerEventCacheCommand ( ) : void

Register the command.

protected

registerEventClearCommand ( ) : void

Register the command.

protected

registerEventListCommand ( ) : void

Register the command.

protected

registerJobMakeCommand ( ) : void

Register the command.

protected

registerKeyGenerateCommand ( ) : void

Register the command.

protected

registerListenerMakeCommand ( ) : void

Register the command.

protected

registerMailMakeCommand ( ) : void

Register the command.

protected

registerMiddlewareMakeCommand ( ) : void

Register the command.

protected

registerModelMakeCommand ( ) : void

Register the command.

protected

registerNotificationMakeCommand ( ) : void

Register the command.

protected

registerNotificationTableCommand ( ) : void

Register the command.

protected

registerOptimizeCommand ( ) : void

Register the command.

protected

registerObserverMakeCommand ( ) : void

Register the command.

protected

registerOptimizeClearCommand ( ) : void

Register the command.

protected

registerPackageDiscoverCommand ( ) : void

Register the command.

protected

registerPolicyMakeCommand ( ) : void

Register the command.

protected

registerProviderMakeCommand ( ) : void

Register the command.

protected

registerQueueFailedCommand ( ) : void

Register the command.

protected

registerQueueForgetCommand ( ) : void

Register the command.

protected

registerQueueFlushCommand ( ) : void

Register the command.

protected

registerQueueListenCommand ( ) : void

Register the command.

protected

registerQueueMonitorCommand ( ) : void

Register the command.

protected

registerQueuePruneBatchesCommand ( ) : void

Register the command.

protected

registerQueuePruneFailedJobsCommand ( ) : void

Register the command.

protected

registerQueueRestartCommand ( ) : void

Register the command.

protected

registerQueueRetryCommand ( ) : void

Register the command.

protected

registerQueueRetryBatchCommand ( ) : void

Register the command.

protected

registerQueueWorkCommand ( ) : void

Register the command.

protected

registerQueueClearCommand ( ) : void

Register the command.

protected

registerQueueFailedTableCommand ( ) : void

Register the command.

protected

registerQueueTableCommand ( ) : void

Register the command.

protected

registerQueueBatchesTableCommand ( ) : void

Register the command.

protected

registerRequestMakeCommand ( ) : void

Register the command.

protected

registerResourceMakeCommand ( ) : void

Register the command.

protected

registerRuleMakeCommand ( ) : void

Register the command.

protected

registerSeederMakeCommand ( ) : void

Register the command.

protected

registerSessionTableCommand ( ) : void

Register the command.

protected

registerStorageLinkCommand ( ) : void

Register the command.

protected

registerRouteCacheCommand ( ) : void

Register the command.

protected

registerRouteClearCommand ( ) : void

Register the command.

protected

registerRouteListCommand ( ) : void

Register the command.

protected

registerSchemaDumpCommand ( ) : void

Register the command.

protected

registerSeedCommand ( ) : void

Register the command.

protected

registerScheduleClearCacheCommand ( ) : void

Register the command.

protected

registerScheduleFinishCommand ( ) : void

Register the command.

protected

registerScheduleListCommand ( ) : void

Register the command.

protected

registerScheduleRunCommand ( ) : void

Register the command.

protected

registerScheduleTestCommand ( ) : void

Register the command.

protected

registerScheduleWorkCommand ( ) : void

Register the command.

protected

registerServeCommand ( ) : void

Register the command.

protected

registerStubPublishCommand ( ) : void

Register the command.

protected

registerTestMakeCommand ( ) : void

Register the command.

protected

registerUpCommand ( ) : void

Register the command.

protected

registerVendorPublishCommand ( ) : void

Register the command.

protected

registerViewCacheCommand ( ) : void

Register the command.

protected

registerViewClearCommand ( ) : void

Register the command.

public

provides ( ) : array

Get the services provided by the provider.