typo3-ddev

Installation
SKILL.md

TYPO3 DDEV Setup Skill

CRITICAL: URL Scheme

NEVER guess URLs. Read name: from .ddev/config.yaml, then apply subdomain pattern:

https://v{VERSION}.{sitename}.ddev.site/typo3/ — e.g., https://v14.my-ext.ddev.site/typo3/

Landing page: https://{sitename}.ddev.site/ · Docs: https://docs.{sitename}.ddev.site/

Each version gets its own Apache vhost (/var/www/html/v{VERSION}), routed via additional_hostnames. Check configured versions before presenting URLs. Never infer URLs from directory listings.

Credentials: admin / Joh316!!

Container Priority

  1. .ddev/ exists → ddev exec
  2. docker-compose.ymldocker compose exec
  3. System tools only if no container. Always use project's configured PHP.
Installs
29
GitHub Stars
7
First Seen
Mar 16, 2026