Actions
Bug #100468
closedMissing assets folder when creating public folder after installation
Start date:
2023-04-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given that:
- I've created a TYPO3 extension as composer package
- That extension does not have a Public/ folder yet
- The extension is installed
- A new Public/ folder is created within that extension
- The folder does not show up within _assets/ folder
That might happen during setting up an extension, e.g. a sitepackage.
Workaround:
composer dumpautoload
after the Resources/Public folders are added
Maybe we can ease that somehow? Provide a command or maybe "fix" that by a proper 404 handling within TYPO3 itself? I fear that many people will run into that issue when starting with v12.
Actions