Local Development (DDEV)
Pre-steps
New Git repo:
- Initialize new repo
ddev config --project-type=drupal11 --docroot=public_html
ddev start
ddev composer create drupal/recommend-recommended-project:^11
ddev composer require drush/drush
Update the composer.json file:w
Sources: https://ddev.readthedocs.io/en/stable/users/quickstart/#drupal