You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand how I can develop an extension with this docker container. I even don;t understand how to install a extension because there is no composer inside the container and no composer.json. But AFAIK Typo3 (12) depends heavily on composer.
I have checked out the extensions repo, and tried it to mount in the vendor dir using this docker-compose.yml config:
When connecting into the container I can see all files in /var/www/html/vendor/... But Typo3 does not recognise them. I also could not find any help for this problem because 100% of the information on the web is outdated or for composer installations.
The text was updated successfully, but these errors were encountered:
Hi,
I don't understand how I can develop an extension with this docker container. I even don;t understand how to install a extension because there is no composer inside the container and no composer.json. But AFAIK Typo3 (12) depends heavily on composer.
I have checked out the extensions repo, and tried it to mount in the vendor dir using this
docker-compose.yml
config:When connecting into the container I can see all files in
/var/www/html/vendor/..
. But Typo3 does not recognise them. I also could not find any help for this problem because 100% of the information on the web is outdated or for composer installations.The text was updated successfully, but these errors were encountered: