Search code examples
typo3typo3-8.7.x

Typo3 classic mode generate composer file


short question. I got a site in Typo3 8.7 it was created in Classic Mode. I installed a lot of extensions ( Realurl and stuff).

Now i want to port that to composer mode. Is there a way to generate a composer.json/.lock from my site and then bring it over to my composer typo3 installation and let it download everything?


Solution

  • There is a good list of steps you need to take for switching from classic to composer mode from Mathias Brodala. https://stackoverflow.com/a/46450927/1375055