[TYPO3-core] TYPO3 CMS composer & class loader
Georg Ringer
typo3 at ringerge.org
Sun Oct 26 08:17:02 CET 2014
Hi everybody,
I would like to know if there are any plans how to instantiate the class
loader of packages loaded by composer.
This is not only regarding packages I could use in custom extensions but
also for the core itself.
Currently what I do is in the AdditionalConfiguration
----
$path = __DIR__ . '/../Packages/Libraries/autoload.php';
require_once($path);
----
which is of course not the best solution.
Thanks for some ideas & thoughts about the future
Georg
More information about the TYPO3-team-core
mailing list