Actions
Bug #90690
closedInstaller throws exception if web-dir is nested
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2020-03-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you install TYPO3 via composer you have the possibility to use a nested directory as "web-dir". During the installation an exception is thrown because the DefaultFactory of ext:install does not take this nested path apart and makes only one DirectoryNode out of it.
Such a structure is suitable for e.g. headless applications with separate front end.
Example part for custom web-dir configuration:
"extra": {
"typo3/cms": {
"web-dir": "public/api"
}
}
Actions