Skip to content

[TASK] Open TYPO3 backend after initialization

Currently ddev launch ${DDEV_PRIMARY_URL} opens the TYPO3 frontend. This leads to a duplicated URL in the address bar.

DDEV is already aware of URL so no need to pass it in.

This will open the TYPO3 backend:

ddev launch /typo3

Merge request reports