zotornit/typo3-classic

Classic TYPO3 installation package for DDEV (not official)

10.4.0 2020-04-21 09:08 UTC

This package is auto-updated.

Last update: 2024-04-21 20:31:57 UTC


README

Install DDEV TYPO3 environment based on the classic symlink installation.

Not an official TYPO3 package!

mkdir my-typo3-site
cd my-typo3-site
ddev config --project-type=php
ddev start
ddev composer create zotornit/typo3-classic:^9.5 --no-interaction --prefer-dist
ddev config --docroot=htdocs --project-type=typo3
ddev restart

Available versions: 8.5.x, 9.5.x, 10.4.x

Idea/sources: