Module Development

Concept: Drupal Development Environment for Drupal 8, 9, and 10

A development environment is any copy of your site that operates separately from the live site. Development environments allow you to make changes, try new modules, write new code, and test new ideas on a copy of your site instead of the real thing. Using a development environment ensures any changes you make happen in a sandbox where you’re not affecting anyone trying to use the live version of your application. As a module developer, it's common practice to set up a copy of your Drupal application on your own computer for development and testing purposes.

In this tutorial we'll learn:

  • What a development environment is and why it's needed
  • The specific requirements for Drupal, and a recommendation (DDEV) for those seeking a straightforward solution
  • Other commonly-used extras that enhance the development experience

By the end of this tutorial you should be able to describe the requirements of a Drupal development environment and know how to get started setting one up for yourself.

Drupal Module Developer Guide