class Illuminate / Foundation / Providers / ArtisanServiceProvider

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

registerAboutCommand ( ) : void

Register the command.

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

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

registerEventMakeCommand ( ) : void

Register the command.

protected

registerExceptionMakeCommand ( ) : void

Register the command.

protected

registerFactoryMakeCommand ( ) : void

Register the command.

protected

registerEventClearCommand ( ) : void

Register the command.

protected

registerJobMakeCommand ( ) : 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

registerObserverMakeCommand ( ) : void

Register the command.

protected

registerPolicyMakeCommand ( ) : void

Register the command.

protected

registerProviderMakeCommand ( ) : void

Register the command.

protected

registerQueueForgetCommand ( ) : 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

registerQueueWorkCommand ( ) : 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

registerScopeMakeCommand ( ) : void

Register the command.

protected

registerSeederMakeCommand ( ) : void

Register the command.

protected

registerSessionTableCommand ( ) : void

Register the command.

protected

registerRouteCacheCommand ( ) : void

Register the command.

protected

registerRouteClearCommand ( ) : void

Register the command.

protected

registerRouteListCommand ( ) : void

Register the command.

protected

registerSeedCommand ( ) : void

Register the command.

protected

registerTestMakeCommand ( ) : void

Register the command.

protected

registerVendorPublishCommand ( ) : void

Register the command.

protected

registerViewClearCommand ( ) : void

Register the command.

public

provides ( ) : array

Get the services provided by the provider.