October\Rain\Foundation\Providers\ArtisanServiceProvider

Source: ~/vendor/october/rain/src/Foundation/Providers/ArtisanServiceProvider.php

Extends:

  • Illuminate\Foundation\Providers\ArtisanServiceProvider
  • Illuminate\Support\ServiceProvider

Public properties

There are no public properties in the class.

Show inherited public properties

Inherited public properties

  • public static array $publishes - defined in Illuminate\Support\ServiceProvider. The paths that should be published.
  • public static array $publishGroups - defined in Illuminate\Support\ServiceProvider. The paths that should be published by group.

Protected properties

protected array $commands

The commands to be registered.

protected array $devCommands

The commands to be registered.

Show inherited protected properties

Inherited protected properties

  • protected bool $defer - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Indicates if loading of the provider is deferred.
  • protected Illuminate\Contracts\Foundation\Application $app - defined in Illuminate\Support\ServiceProvider. The application instance.

Public methods

public void register()

Register the service provider.

Show inherited public methods

Inherited public methods

  • public void __construct(Illuminate\Contracts\Foundation\Application $app) - defined in Illuminate\Support\ServiceProvider. Create a new service provider instance.
  • public void commands(array|mixed $commands) - defined in Illuminate\Support\ServiceProvider. Register the package's custom Artisan commands.
  • public bool isDeferred() - defined in Illuminate\Support\ServiceProvider. Determine if the provider is deferred.
  • public static array pathsToPublish(string $provider=NULL, string $group=NULL) - defined in Illuminate\Support\ServiceProvider. Get the paths to publish.
  • public array provides() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Get the services provided by the provider.
  • public static array publishableGroups() - defined in Illuminate\Support\ServiceProvider. Get the groups available for publishing.
  • public static array publishableProviders() - defined in Illuminate\Support\ServiceProvider. Get the service providers available for publishing.
  • public array when() - defined in Illuminate\Support\ServiceProvider. Get the events that trigger this service provider to register.

Protected methods

protected void registerClearCompiledCommand()

Register the command.

protected void registerKeyGenerateCommand()

Register the command.

Show inherited protected methods

Inherited protected methods

  • protected void addPublishGroup(string $group, array $paths) - defined in Illuminate\Support\ServiceProvider. Add a publish group / tag to the service provider.
  • protected void ensurePublishArrayInitialized(string $class) - defined in Illuminate\Support\ServiceProvider. Ensure the publish array for the service provider is initialized.
  • protected void loadJsonTranslationsFrom(string $path) - defined in Illuminate\Support\ServiceProvider. Register a JSON translation file path.
  • protected void loadMigrationsFrom(array|string $paths) - defined in Illuminate\Support\ServiceProvider. Register a database migration path.
  • protected void loadRoutesFrom(string $path) - defined in Illuminate\Support\ServiceProvider. Load the given routes file if routes are not already cached.
  • protected void loadTranslationsFrom(string $path, string $namespace) - defined in Illuminate\Support\ServiceProvider. Register a translation file namespace.
  • protected void loadViewsFrom(string|array $path, string $namespace) - defined in Illuminate\Support\ServiceProvider. Register a view file namespace.
  • protected void mergeConfigFrom(string $path, string $key) - defined in Illuminate\Support\ServiceProvider. Merge the given configuration with the existing configuration.
  • protected static array pathsForProviderAndGroup(string $provider, string $group) - defined in Illuminate\Support\ServiceProvider. Get the paths for the provider and group.
  • protected static array pathsForProviderOrGroup(string|null $provider, string|null $group) - defined in Illuminate\Support\ServiceProvider. Get the paths for the provider or group (or both).
  • protected void publishes(array $paths, string $group=NULL) - defined in Illuminate\Support\ServiceProvider. Register paths to be published by the publish command.
  • protected void registerAppNameCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerAuthMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerCacheClearCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerCacheForgetCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerCacheTableCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerClearResetsCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerCommands(array $commands) - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the given commands.
  • protected void registerConfigCacheCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerConfigClearCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerConsoleMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerControllerMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerDownCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerEnvironmentCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerEventGenerateCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerEventMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerExceptionMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerFactoryMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerJobMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerListenerMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMailMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMiddlewareMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMigrateCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMigrateFreshCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMigrateInstallCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMigrateMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMigrateRefreshCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMigrateResetCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMigrateRollbackCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerMigrateStatusCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerModelMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerNotificationMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerNotificationTableCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerOptimizeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerPackageDiscoverCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerPolicyMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerPresetCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerProviderMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerQueueFailedCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerQueueFailedTableCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerQueueFlushCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerQueueForgetCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerQueueListenCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerQueueRestartCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerQueueRetryCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerQueueTableCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerQueueWorkCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerRequestMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerResourceMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerRouteCacheCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerRouteClearCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerRouteListCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerRuleMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerScheduleFinishCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerScheduleRunCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerSeedCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerSeederMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerServeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerSessionTableCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerStorageLinkCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerTestMakeCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerUpCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerVendorPublishCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.
  • protected void registerViewClearCommand() - defined in Illuminate\Foundation\Providers\ArtisanServiceProvider. Register the command.