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 WordPress Add-on

tests last commit release project is maintained Documentation

A comprehensive DDEV add-on that provides Kanopi’s battle-tested workflow for WordPress development with multi-provider hosting support.

🚀 Quick Start

# Intialize a project
ddev config --project-type=wordpress 

# Install the add-on
ddev add-on get kanopi/ddev-kanopi-wp

# Configure your hosting provider
ddev project-configure

# Initialize your development environment
ddev project-init

✨ Features

📚 Documentation

📖 Complete Documentation

Topic Description
🏁 Getting Started Installation and setup guide
⚙️ Configuration Hosting provider setup
🛠 Commands Complete command reference
🎨 Theme Development Asset compilation and blocks
🗄 Database Operations Smart refresh and migrations
🧪 Testing Cypress E2E and automated testing
☁️ Hosting Providers Platform-specific guides
🔧 Troubleshooting Common issues and solutions

🏗 Key Commands

Command Description
ddev project-init Complete development environment setup
ddev project-configure Interactive configuration wizard
ddev db-refresh [env] Smart database refresh with backup detection
ddev theme-watch Start theme development with file watching
ddev theme-create-block <name> Create new WordPress blocks
ddev wp-open [admin] Open site or admin in browser

See all 26+ commands →

🌐 Hosting Provider Support

Provider Authentication Features
Pantheon Machine Token Terminus integration, multidev support
WPEngine SSH Key (local config) Nightly backup utilization
Kinsta SSH Key Direct server access

📋 Installation Options

Existing DDEV Projects

ddev add-on get kanopi/ddev-kanopi-wp
ddev project-configure
ddev restart

New Projects

# Initialize DDEV
ddev config --project-type=wordpress

# Install add-on
ddev add-on get kanopi/ddev-kanopi-wp
ddev project-configure
ddev project-init

Detailed installation guide →

🔧 Management

# Update to latest version
ddev add-on get kanopi/ddev-kanopi-wp
ddev restart

# View installed add-ons
ddev add-on list

# Remove add-on
ddev add-on remove kanopi-wp

📖 Project Integration

For Project Maintainers

For Developers

🤝 Support

📄 License

This project is licensed under the GNU General Public License v2 - see the LICENSE file for details.


Originally Contributed by Kanopi Studios