From 06d1ea32c17f8d53e2d356a85ad4be9b0eed79b3 Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 16 Apr 2026 16:05:55 -0300 Subject: [PATCH] [nb] Edit: 20260416160225.md --- 20260416160225.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/20260416160225.md b/20260416160225.md index 9542513..75b5fc0 100644 --- a/20260416160225.md +++ b/20260416160225.md @@ -1 +1,10 @@ # 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