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 2651ba8 commit b0d77ccCopy full SHA for b0d77cc
README.md
@@ -6,8 +6,9 @@ This is a DDEV addon for doing Drupal core development.
6
git clone [email protected]:project/drupal.git
7
cd drupal
8
ddev config --auto
9
-ddev get justafish/ddev-drupal-core-dev
10
ddev start
+ddev get justafish/ddev-drupal-core-dev
11
+ddev restart
12
ddev composer install
13
14
# See included commands
install.yaml
@@ -45,7 +45,7 @@ post_install_actions:
45
echo "/sites/sites.php" >> ../.git/info/exclude
46
fi
47
- cp core-dev/.env ../core/.env
48
- - cd ../core && yarn install
+ - cd ../core && ddev yarn install
49
50
removal_actions:
51
- rm core/phpunit.xml
0 commit comments