Laravel Configuration
Event Sourcing DDD CQRS Laravel
Configuration
loadAppNamespaces: bool (default: true)
cacheConfiguration: bool (default: false, production: true)
namespaces: string[] (default: [])
defaultSerializationMediaType: string (default: application/x-php-serialized) [application/json, application/xml]
defaultErrorChannel: string (default: null)
defaultMemoryLimit: string (default: null)
defaultChannelPollRetry:
initialDelay: int (default: 100, production: 1000)
maxAttempts: int (default: 3, production: 5)
multiplier: int (default: 3)
serviceName: string (default: null)
skippedModulePackageNames: string[] (default: [])
test: bool (default: false)
licenceKey: string|null (default: null)loadAppNamespaces
cacheConfiguration
namespaces
defaultSerializationMediaType
defaultErrorChannel
defaultMemoryLimit
defaultConnectionExceptionRetry
serviceName
skippedModulePackageNames
test
licenceKey
Last updated
Was this helpful?