Php – TYPO3 Edit $GLOBALS at runtime in controller
Since TYPO3 itself does not support custom feature toggles in the backend, I wanted to build my own implementation for this. I looked at the ConfigurationManager.php and it says in the comment at the top: 'This class is intended for…