TYPO3 / get.typo3.org

Website for TYPO3's Download Area
https://get.typo3.org
GNU General Public License v2.0
44 stars 36 forks source link

Fix DDEV instructions to install TYPO3 v13 #439

Closed JaccoBeech closed 5 months ago

JaccoBeech commented 5 months ago

Correct instructions at https://get.typo3.org/version/13

ddev config --project-type=typo3 --docroot=public --create-docroot.
ddev composer create --no-install "typo3/cms-base-distribution:^13"
ddev composer install
ddev typo3cms install:setup

Results in

typo3cms: command not found

andreaskienast commented 5 months ago

Thank you for your report. Your issue has been solved already with #434 but wasn't deployed, yet.