1 changed files with 9 additions and 0 deletions
@ -1 +1,10 @@ |
|||||||
# ddev commands |
# ddev commands |
||||||
|
|
||||||
|
# 1. Create a project folder and move into it |
||||||
|
mkdir ~/drupal-theme-dev && cd ~/drupal-theme-dev |
||||||
|
|
||||||
|
# 2. Configure DDEV for Drupal (PHP 8.3 is best for both Drupal 10 and 11) |
||||||
|
ddev config --project-type=drupal --php-version=8.3 --docroot=web |
||||||
|
|
||||||
|
# 3. Start the containers |
||||||
|
ddev start |
||||||
|
|||||||
Loading…
Reference in new issue