From f5e0572d48499fdac6775b782aa8ade00fe5c62e Mon Sep 17 00:00:00 2001 From: Ralf Koller Date: Sat, 15 Mar 2025 17:30:14 +0100 Subject: [PATCH 1/2] use the drupal11 project type and remove the obsolete config update and restart --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0929471..4830686 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,9 @@ also be used with Drupal installed directly on a git clone of core. # 1A: Install with Composer project template (recommended) # If you already installed a project using the template following the # instructions in its README then skip to step 2. -ddev config --project-type=drupal --php-version=8.3 +ddev config --project-type=drupal11 --docroot=web ddev start ddev composer create joachim-n/drupal-core-development-project -ddev config --update -ddev restart # 1B: Install directly on a git clone git clone https://git.drupalcode.org/project/drupal.git drupal From b406a3f03ac688c8e28f6b445a66249ec4cd604b Mon Sep 17 00:00:00 2001 From: Ralf Koller Date: Thu, 5 Jun 2025 03:26:07 +0200 Subject: [PATCH 2/2] use composer create-project instead of composer create --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4830686..064ef63 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ also be used with Drupal installed directly on a git clone of core. # instructions in its README then skip to step 2. ddev config --project-type=drupal11 --docroot=web ddev start -ddev composer create joachim-n/drupal-core-development-project +ddev composer create-project joachim-n/drupal-core-development-project # 1B: Install directly on a git clone git clone https://git.drupalcode.org/project/drupal.git drupal