ArtisanServiceProvider
Extends
Implements
Properties
$commands array
The commands to be registered.
$devCommands array
The commands to be registered.
Methods
register ( ) : void
Register the service provider.
registerCommands ( array $commands ) : void
Register the given commands.
Parameters
- $commands array
registerAboutCommand ( ) : void
Register the command.
registerCacheClearCommand ( ) : void
Register the command.
registerCacheForgetCommand ( ) : void
Register the command.
registerCacheTableCommand ( ) : void
Register the command.
registerCastMakeCommand ( ) : void
Register the command.
registerChannelMakeCommand ( ) : void
Register the command.
registerComponentMakeCommand ( ) : void
Register the command.
registerConfigCacheCommand ( ) : void
Register the command.
registerConfigClearCommand ( ) : void
Register the command.
registerConsoleMakeCommand ( ) : void
Register the command.
registerControllerMakeCommand ( ) : void
Register the command.
registerEventMakeCommand ( ) : void
Register the command.
registerExceptionMakeCommand ( ) : void
Register the command.
registerFactoryMakeCommand ( ) : void
Register the command.
registerEventClearCommand ( ) : void
Register the command.
registerJobMakeCommand ( ) : void
Register the command.
registerListenerMakeCommand ( ) : void
Register the command.
registerMailMakeCommand ( ) : void
Register the command.
registerMiddlewareMakeCommand ( ) : void
Register the command.
registerModelMakeCommand ( ) : void
Register the command.
registerNotificationMakeCommand ( ) : void
Register the command.
registerNotificationTableCommand ( ) : void
Register the command.
registerObserverMakeCommand ( ) : void
Register the command.
registerPolicyMakeCommand ( ) : void
Register the command.
registerProviderMakeCommand ( ) : void
Register the command.
registerQueueForgetCommand ( ) : void
Register the command.
registerQueueListenCommand ( ) : void
Register the command.
registerQueueMonitorCommand ( ) : void
Register the command.
registerQueuePruneBatchesCommand ( ) : void
Register the command.
registerQueuePruneFailedJobsCommand ( ) : void
Register the command.
registerQueueRestartCommand ( ) : void
Register the command.
registerQueueWorkCommand ( ) : void
Register the command.
registerQueueFailedTableCommand ( ) : void
Register the command.
registerQueueTableCommand ( ) : void
Register the command.
registerQueueBatchesTableCommand ( ) : void
Register the command.
registerRequestMakeCommand ( ) : void
Register the command.
registerResourceMakeCommand ( ) : void
Register the command.
registerRuleMakeCommand ( ) : void
Register the command.
registerScopeMakeCommand ( ) : void
Register the command.
registerSeederMakeCommand ( ) : void
Register the command.
registerSessionTableCommand ( ) : void
Register the command.
registerRouteCacheCommand ( ) : void
Register the command.
registerRouteClearCommand ( ) : void
Register the command.
registerRouteListCommand ( ) : void
Register the command.
registerSeedCommand ( ) : void
Register the command.
registerTestMakeCommand ( ) : void
Register the command.
registerVendorPublishCommand ( ) : void
Register the command.
registerViewClearCommand ( ) : void
Register the command.
provides ( ) : array
Get the services provided by the provider.