DDEV Migrations
DDEV Setup Commands for azs-cmm (AZ Quickstart Pantheon Drupal site)
April 7, 2026
# --- 1. Verify DDEV is installed and check version ---
which ddev && ddev --version
# --- 2. Initialize DDEV configuration ---
# Sets project type to Drupal, docroot to web/, PHP 8.4 (matching composer.json platform config)
ddev config --project-type=drupal --docroot=web --php-version=8.4 --project-name=azs-cmm
- Read more about DDEV Migrations
- Log in or register to post comments