Project

General

Profile

Bug #100468

Updated by Helmut Hummel about 1 year ago

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: 

 # <code>composer dumpautoload</code> after Remove the Resources/Public folders are added extension via composer remove 
 # Re-Add the extension via composer req 

 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.

Back