Module Development

Install Drush for Drupal 8, 9, and 10

Drush, the Drupal Shell, is a utility for module developers and administrators. While it does ship with DDEV, it doesn't come standard with Drupal core and must be installed separately via Composer.

In this tutorial we'll:

  • Install Drush with Composer
  • Verify that Drush is working

By the end of this tutorial, you should have a working copy of the Drush utility installed in your development environment.

Drupal Module Developer Guide