Skip to content

Local Drupal Development Environment

Brian Perry requested to merge issue/api_client-3379155:local-drupal-env into canary
  • 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