Actions
Feature #98316
closedAllow custom services.yaml per installation
Start date:
2022-09-09
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Sometimes it is really needed to customize or override services on a per-installation level, I guess this is a developer feature for composer-based extensions as it is not really feasable to allow this for non-composer installations (e.g. what if a wrong config would break the system then?).
I think it would be really good to put a file under config/services.yaml or config/services.php, similar to how symfony does it.
Actions