DDEV Add-on Registryjustafish › ddev-drupal-core-dev

ddev-core-dev

This is a DDEV addon for doing Drupal core development.

We’re in #ddev-for-core-dev on Drupal Slack (but please try and keep work and feature requests in Issues where it’s visible to all 🙏)

Installation

git clone https://git.drupalcode.org/project/drupal.git drupal
cd drupal
ddev config --omit-containers=db --disable-settings-management
ddev composer install
ddev add-on get justafish/ddev-drupal-core-dev

# See included commands
ddev drupal list

The drupal command is an extension of core’s drupal command. This allows you to perform some basic tasks without needing to install drush which will alter your composer dependencies.