Actions
Task #68070
closedDocument usage of psr-4 in extension composer.json
Start date:
2015-07-13
Due date:
% Done:
50%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
We need to document that it is recommended to have a composer.json with a psr-4 section to ease development (as newly created classes can be loaded without removing class loading info form typo3temp/autoload)
It must be added to the documentation, that it is now also possible to register class maps and both can also be done in an ext_emconf.php file
Updated by Georg Ringer over 7 years ago
- % Done changed from 0 to 50
the documentation https://docs.typo3.org/typo3cms/CoreApiReference/ExtensionArchitecture/DeclarationFile/Index.html for ext_emconf.php file has been updated with https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/pull/164
Actions