Creating a New Drupal 11 Project with DDEV Tags drupal Read more about Creating a New Drupal 11 Project with DDEV Creating a New Drupal 11 Project with DDEV mkdir my-drupal-site && cd my-drupal-site ddev config --project-type=drupal11 --docroot=web ddev start ddev composer create drupal/recommended-project:^11