Actions
Bug #102443
closedMissing autoload class mapping if extension is import from TER
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2023-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
If I download and install an extension via the Extension Manager in the backend of TYPO3, the autoload psr-4 information from ext_emconf.php is not processed.
My config where DeepL Namespace is missing in autoload files:
'autoload' => [
'psr-4' => [
'ThieleUndKlose\\Autotranslate\\' => 'Classes/',
'DeepL\\' => 'Resources/Private/Deeplcom/DeeplPhp/src/',
],
],
Actions