Important
You are browsing documentation for version 5.0 of OroCommerce, OroCRM, and OroPlatform, maintained until August 2024 and supported until March 2026. See version 5.1 (the latest LTS version) of the Oro documentation for information on latest features.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Components Documentation
Oro Config Component provides additional resource types to the Symfony Config Component infrastructure responsible for loading configurations from different data sources and optionally monitoring these data sources for changes.
- Resource Types provides a way to configure a bundle from other bundles.
- Resource Merge provides a way to merge configurations of some resource both from one or many bundles. Supports two strategies: replace and append.
- System Aware Resolver allows to make your configuration files more dynamic. For example, you can call service’s methods, static methods, constants, context variables etc.