CS

CMS

Content tagged with

Drupal Basics

Drupal has a reputation for a steep learning curve. This beginner course gets you productive fast by building a real site, explaining Drupal’s mental model as you go, and using an AI agent to shorten the path — while making sure you understand what it produces. Open source. The course environment is public — a docker-compose stack with Drupal 11, PHP 8.4, Nginx and MySQL 8.4, where the Docker definition sits in the repository right next to the Drupal codebase. You can spin it up before the course: git clone, docker compose up -d, and Drupal is running. On the course we put it side by side with DDEV, so you know which to reach for.