scherepanov/orodevrule4 icon
public
Published on 7/4/2025
orodevrule4

- All **code comments must be in English**. - All **documentation must be in English**. # šŸ’” Mandatory Rule for Oro Bundles ## Bundle Registration Always create the file: ``` Resources/config/oro/bundles.yml ``` **Example:** ````yaml bundles: - { name: Vendor\BundleNameBundle\BundleNameBundle, priority: 200 } ```` ā—ļø**Never** register the bundle via `config/bundles.php`.

Rules
  • All code comments must be in English.
  • All documentation must be in English.

šŸ’” Mandatory Rule for Oro Bundles

Bundle Registration

Always create the file:

Resources/config/oro/bundles.yml

Example:

bundles:
    - { name: Vendor\BundleNameBundle\BundleNameBundle, priority: 200 }

ā—ļøNever register the bundle via config/bundles.php.