b13 / make

Kickstarter CLI tool for various TYPO3 functionalities
GNU General Public License v2.0
43 stars 9 forks source link

Create Classes folder when configuring namespace #15

Closed susannemoog closed 2 years ago

susannemoog commented 2 years ago

If you do

make:extension

and then try to run extension:setup it will fail because the classes folder does not exist (but is configured in the composer.json file). The command should not create a "broken" setup, instead I would suggest to create the "Classes" folder when make:extension is called.

o-ba commented 2 years ago

Hi @susannemoog, I checked this and can confirm there is an error regarding the missing Classes/ directory. However it seems to be triggered by Symfony and ist not related to the composer.json. Anyways, I agree the directory should be create in any case, since it's referenced at multiple places.