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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
This is a DDEV addon for doing Drupal core development.
4
4
5
-
We're in #ddev-for-core-dev on [Drupal Slack](https://www.drupal.org/community/contributor-guide/reference-information/talk/tools/slack) (but please try and keep work and feature requests in Issues where it's visible to all 🙏)
5
+
We're in #ddev-for-core-dev on [Drupal Slack](https://www.drupal.org/community/contributor-guide/reference-information/talk/tools/slack) (but please try and keep work
6
+
and feature requests in Issues where it's visible to all 🙏)
6
7
7
8
## Installation
8
9
```
@@ -16,6 +17,10 @@ ddev add-on get justafish/ddev-drupal-core-dev
16
17
ddev drupal list
17
18
```
18
19
20
+
The `drupal` command is an extension of core's [`drupal`](https://git.drupalcode.org/project/drupal/-/blob/11.x/core/scripts/drupal?ref_type=heads)
21
+
command. This allows you to perform some basic tasks without needing to install
22
+
`drush` which will alter your composer dependencies.
0 commit comments