## š” 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`.
When creating an Oro bundle:
Extension
.bundles.yml
.services.yml
via the Extension.š“ Without an Extension class, Oro will not load services.yml
ā even if it exists in Resources/config
.