You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update config.contrib.yaml
Drupal 11 is the main stable branch
* chore: default to d11 for tests
* tests: enable corepack by default
* docs: add corepack to the readme for d11
---------
Co-authored-by: Ariel Barreiro <abarrei@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ DDEV integration for developing Drupal contrib projects. As a general philosophy
10
10
1. If you haven't already, [install Docker and DDEV](https://ddev.readthedocs.io/en/latest/users/install/)
11
11
2.`git clone` your contrib module
12
12
3. cd [contrib module directory]
13
-
4. Configure DDEV for Drupal using `ddev config --project-type=drupal --docroot=web --php-version=8.3 --project-name=[module]` or select these options when prompted using `ddev config`
13
+
4. Configure DDEV for Drupal using `ddev config --project-type=drupal --docroot=web --php-version=8.3 --corepack-enable --project-name=[module]` or select these options when prompted using `ddev config`
14
14
- Remove underscores in the project name, or replace with hyphens. (DDEV will do this for you in v1.23.5+)
15
15
- See [Misc](#misc) for help on using alternate versions of Drupal core.
16
16
5. Run `ddev add-on get ddev/ddev-drupal-contrib` (or `ddev get ddev/ddev-drupal-contrib` if your DDEV version is older than 1.23.5)
0 commit comments