Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

DDEV Kanopi Pantheon Drupal Add-on

A comprehensive DDEV add-on that provides Kanopi’s battle-tested workflow for Drupal development with Pantheon hosting. This add-on includes 17 custom commands, enhanced Pantheon provider, and complete tooling for modern Drupal development.

Features

  • 🚀 Complete Development Workflow: From project init to deployment
  • 🏛️ Enhanced Pantheon Integration: Smart backup management and seamless database/file syncing
  • 🧪 Cypress Testing Support: E2E testing with user management
  • 🎨 Theme Development Tools: Node.js/NPM integration with build tools
  • 📦 Drupal Recipe Support: Apply Drupal 11 recipes with cache management
  • 🔄 Migration Utilities: Tools for site migrations and database management
  • ⚡ Performance Tools: Critical CSS generation and asset optimization

Installation

For Existing DDEV Projects

If you already have DDEV set up in your project:

# Install the add-on
ddev add-on get kanopi/ddev-kanopi-pantheon-drupal

# Configure your Pantheon machine token globally
ddev config global --web-environment-add=TERMINUS_MACHINE_TOKEN=your_token_here

# Restart DDEV to apply changes
ddev restart

For Projects Without DDEV

If your project doesn’t have DDEV yet, follow these steps: