typo3typo3-extensionstypo3-11.x

I cant manage my extensions even if I am admin user in typo3


I am using ddev based typo3 project and I cant manage my extensions, I cant find the get extensions, activate or any other action even if I am admin user

I looked in a lot of typo3 issues and dindt find the same problem and also the docs and gpt didnt help


Solution

  • Since your installation is based on composer, the only things left to the extension manager are to show a list of available and installed extensions and to provide possible actions assigned to those extensions.

    So you can for example download the code as a zip file or execute a specific update script.

    Anything else has to be done with composer, because otherwise you would be able to break the installation that was provided via composer.json and composer.lock