OptionaladapterCurrent Adapter configurations for the application. This key allow you to specify the current adapter with the alias key.
OptionaladaptersAdapter configurations for the application. List of all adapters used in the application.
OptionalaliasesClass aliases to be registered when the application starts. These aliases provide shorthand references to commonly used classes.
OptionalblueprintConfiguration options for building the application blueprint, including middleware and pipe priorities.
OptionaldebugDetermines if the application is in debug mode. When enabled, detailed error messages with stack traces will be shown.
OptionalenvThe current environment in which the application is running. Possible values are development, production, and test.
Optionalfallback_The fallback locale used when a translation for the default locale is unavailable.
OptionalkernelKernel configurations for the application.
OptionallifecycleLifecycle hooks for the application. These hooks allow you to run custom code at different stages of the application lifecycle.
OptionallistenersEvent listeners to be automatically registered when the application starts. This allows you to specify functions to listen for specific events.
OptionalliveLive configurations are loaded at each request. By default, configurations are loaded once when the application starts. This is useful for defining dynamic configurations that do not require a restart to apply changes.
OptionallocaleThe default locale for the application.
OptionalloggerLogging settings, including the logger instance and error reporting configurations.
OptionalmiddlewareMiddleware configuration options for specific stages of the application lifecycle.
OptionalnameThe name of the application.
OptionalprovidersService providers to be automatically loaded for each request to the application.
OptionalsecretA secret key used for encryption purposes throughout the application. This key should be kept secure.
OptionalservicesServices to be automatically registered when the application starts.
OptionalsubscribersSubscribers to be automatically registered when the application starts. Subscribers are used for handling and responding to events.
OptionaltimezoneThe default timezone for the application.
Application config augmented with the rate-limit bucket.