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

## šŸ’” Remember When creating an Oro bundle: - Always create an `Extension`. - Always register with `bundles.yml`. - Always load `services.yml` via the Extension. šŸ”“ Without an Extension class, Oro **will not load** `services.yml` — even if it exists in `Resources/config`.

Rules

šŸ’” Remember

When creating an Oro bundle:

  • Always create an Extension.
  • Always register with bundles.yml.
  • Always load services.yml via the Extension.

šŸ”“ Without an Extension class, Oro will not load services.yml — even if it exists in Resources/config.