Local Drupal Development Environment
- Adds scripts to create and destroy a local DDEV Drupal environment (ignored by version control)
- Adds composer dependencies that can be used by Drupal API Client
- Opens up CORS
- Installs using Umami Demo profile.
- Configures JSON:API to allow CRUD operations.
- Adds .env support to examples.
- Updates examples to remove (most) examples that depend on a specific UUID.
Edited by Brian Perry
Merge request reports
Activity
Filter activity
added 1 commit
- 2d069b7f - Update examples to more easily work with a local Drupal environment.
added 1 commit
- b3e112ee - Configure json:api to allow mofifying resources
added 18 commits
-
b597d30d...91474607 - 11 commits from branch
project:canary
- 86497b78 - Initial scripts to create and destroy a local Drupal environment
- f91adf91 - Update examples to more easily work with a local Drupal environment.
- c894aef9 - Open up CORS during Drupal installation
- a4222cf8 - Prevent scaffolder from overwriting development services
- eaa3a390 - Remove redundant settings.php template from config
- 93fd68f6 - Configure json:api to allow mofifying resources
- b3aef6ad - Minor cleanup of init script
Toggle commit list-
b597d30d...91474607 - 11 commits from branch
This is fantastic! I tried getting the default Drupal 10 recipe running with
ddev
the other day and it did not work but your scripts are working perfectly.My only minor suggestion is tp add the scripts to the pnpm scripts in package.json so we could call
pnpm ddev:init
orpnpm ddev:destroy
but a very minor thing we can add in the future.
Please register or sign in to reply