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
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,19 @@ DDEV integration for developing Drupal contrib projects. As a general philosophy
13
13
1. If you haven't already, [install Docker and DDEV](https://ddev.readthedocs.io/en/latest/users/install/)
14
14
2.`git clone` your contrib module
15
15
3. cd [contrib module directory]
16
-
4. Configure DDEV for Drupal using `ddev config --project-type=drupal --docroot=web --php-version=8.3 --corepack-enable` or select these options when prompted using `ddev config`
17
-
5. Run `ddev add-on get ddev/ddev-drupal-contrib`
18
-
6. Run `ddev start`
19
-
7. Run `ddev poser`
20
-
8. Run `ddev symlink-project`
21
-
9.`ddev config --update` to detect expected Drupal and PHP versions.
22
-
10.`ddev restart`
16
+
4. Execute the commands below, adjust as needed.
17
+
18
+
```sh
19
+
# Configure DDEV for Drupal, or use interactive mode.
0 commit comments