We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d9710 commit d2e4538Copy full SHA for d2e4538
README.md
@@ -36,6 +36,19 @@ causes complications with Composer because that branch is actually for Drupal
36
Once the Composer installation is complete, you can install Drupal as normal,
37
either with `drush si` or with the web UI.
38
39
+### Installation on DDEV
40
+
41
+First, create the folder for your project and `cd` into it. Then:
42
43
+```
44
+$ ddev config --project-type=drupal10 --docroot=web --create-docroot
45
+$ ddev start
46
+$ ddev composer create joachim-n/drupal-core-development-project
47
48
49
+This will give an error message because of Drupal core's 11.x branch. Change the
50
+drupal/core line as above.
51
52
## Limitations
53
54
Contrib and custom module tests can't be run. For details, see
0 commit comments