Created
December 15, 2024 04:14
-
-
Save gcordner/4396ae346b36400983328ce272a6d82b to your computer and use it in GitHub Desktop.
Drupal setup using ddev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start from the projects folder. Let's suppose this project will be called drupal11 | |
composer create-project drupal/recommended-project:^11 drupal11 | |
cd ~/Projects/drupal11 | |
ddev config --project-type=drupal10 --docroot=web --php-version=8.3 | |
ddev start | |
ddev launch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment