Guy Lyons

Drupal Links

Feb 20, 2026

Core Drupal Resources

Frontend and Theming

Module and Site Building APIs

Commands

Database and Tools

  • ddev import-db --src=./db.sql.gz
  • ddev export-db --file=./db.sql.gz
  • ddev ssh
  • ddev logs -s web
  • ddev xdebug on / ddev xdebug off

Composer Shortcuts for Drupal

  • composer require drupal/<module_name>
  • composer update drupal/core-* --with-all-dependencies
  • composer why-not drupal/core <version>
  • composer audit