Important

You are browsing documentation for version 5.0 of OroCommerce, supported until January 2025. Read the documentation for version 6.0 (the latest LTS version) to get up-to-date information.

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.