Skip to main content

Local Development (DDEV)

Pre-steps

New Git repo:

  1. Initialize new repo
  2. Run:
    ddev config --project-type=drupal11 --docroot=public_html
    ddev start
    ddev composer create drupal/recommend-project:^11
    ddev composer require drush/drush
  3. Update the composer.json file:
    w