Feature #98316
closedAllow custom services.yaml per installation
100%
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.
Updated by Benni Mack about 2 years ago
Within "typo3/sysext/core/Classes/DependencyInjection/ContainerBuilder.php" in "buildContainer()" we should check for the file and then load it via yaml / php file loader.
Updated by Benni Mack about 2 years ago
- Related to Feature #98912: Possibility for a global Services.[yaml|php] file added
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76449
Updated by Gerrit Code Review about 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76449
Updated by Gerrit Code Review about 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76449
Updated by Gerrit Code Review about 2 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76449
Updated by Gerrit Code Review about 2 years ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76449
Updated by Gerrit Code Review about 2 years ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76449
Updated by Gerrit Code Review about 2 years ago
Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76449
Updated by Gerrit Code Review about 2 years ago
Patch set 10 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76449
Updated by Chris Müller about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 941b8193a579bede9fd976b5e2af12dd291e860d.
Updated by Benni Mack almost 2 years ago
- Status changed from Resolved to Closed