CoreServiceProviderRegistration
in package
implements
Bootstrapper
Class CoreServiceProviderRegistration
Tags
Interfaces, Classes and Traits
- Bootstrapper
- Interface Bootstrapper
Table of Contents
- SERVICE_PROVIDERS = [GambioCoreLoggingLoggingServiceProvider::class, GambioCoreAuthAuthenticationServiceProvider::class, GambioCoreCacheCacheServiceProvider::class, GambioCoreApplicationServiceProvidersDoctrineQbServiceProvider::class, GambioCoreFilesystemFilesystemServiceProvider::class, GambioCoreImagesImagesServiceProvider::class, GambioCoreLanguageLanguageServiceProvider::class, GambioCoreTextManagerTextManagerServiceProvider::class, GambioCoreApplicationServiceProvidersHttpActionsServiceProvider::class, GambioCoreConfigurationConfigurationServiceProvider::class, GambioCoreTemplateEngineTemplateEngineServiceProvider::class, GambioCorePermissionPermissionServiceProvider::class, GambioCoreGXModulesGXModulesServiceProvider::class, GambioAdminModulesUserFriendlyErrorPageUserFriendlyErrorPageServiceProvider::class, GambioCoreErrorHandlingErrorHandlingServiceProvider::class, GambioCoreUserConfigurationUserConfigurationServiceProvider::class, GambioCoreVatValidationVatValidationServiceProvider::class]
- boot() : void
- Application bootstrapping.
Constants
SERVICE_PROVIDERS
private
mixed
SERVICE_PROVIDERS
= [GambioCoreLoggingLoggingServiceProvider::class, GambioCoreAuthAuthenticationServiceProvider::class, GambioCoreCacheCacheServiceProvider::class, GambioCoreApplicationServiceProvidersDoctrineQbServiceProvider::class, GambioCoreFilesystemFilesystemServiceProvider::class, GambioCoreImagesImagesServiceProvider::class, GambioCoreLanguageLanguageServiceProvider::class, GambioCoreTextManagerTextManagerServiceProvider::class, GambioCoreApplicationServiceProvidersHttpActionsServiceProvider::class, GambioCoreConfigurationConfigurationServiceProvider::class, GambioCoreTemplateEngineTemplateEngineServiceProvider::class, GambioCorePermissionPermissionServiceProvider::class, GambioCoreGXModulesGXModulesServiceProvider::class, GambioAdminModulesUserFriendlyErrorPageUserFriendlyErrorPageServiceProvider::class, GambioCoreErrorHandlingErrorHandlingServiceProvider::class, GambioCoreUserConfigurationUserConfigurationServiceProvider::class, GambioCoreVatValidationVatValidationServiceProvider::class]
Methods
boot()
Application bootstrapping.
public
boot(Application $application) : void
Parameters
- $application : Application