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

DDEV February 2026: v1.25.0 Ships, 72% Market Share, and New Training Posts

February 19, 2026 6 min read

Edit this page
Nancy Lewis: The Beauty of Buford
Nancy Lewis: The Beauty of Buford

DDEV v1.25.0 is here, and the community response has been strong. This month also brought three new training blog posts and a survey result that speaks for itself.

What’s New

  • DDEV v1.25.0 Released → Improved Windows installer (no admin required), XHGui as default profiler, updated defaults (PHP 8.4, Node.js 24, MariaDB 11.8), faster snapshots with zstd compression, and experimental rootless container support. Read the release post↗
  • New ddev share Provider System → Free Cloudflare Tunnel support, no login or token required. A modular provider system with hooks and CMS-specific configuration. Read more↗
  • Mutagen in DDEV: Functionality, Issues, and Debugging → Based on the January training session, this post covers how Mutagen works, common issues, and the new ddev utility mutagen-diagnose command. Read more↗
  • Xdebug in DDEV: Understanding and Troubleshooting Step Debugging → How the reverse connection model works, IDE setup for PhpStorm and VS Code, common issues, and the new ddev utility xdebug-diagnose command. Read more↗

CraftQuest Survey: DDEV at 72%

The 2026 CraftQuest Community Survey↗ collected responses from 253 Craft CMS developers and found DDEV at 72% market share for local development environments. The report notes: “This near-standardization simplifies onboarding for newcomers, reduces support burden for plugin developers, and means the ecosystem can optimize tooling around a single local dev workflow.”

Conference Time!

I’ll be at Florida Drupalcamp this week, and will speak on how to use git worktree to run multiple versions of the same site. I’d love to see you and sit down and hear your experience with DDEV and ways you think it could be better.

Then in March I’ll be at DrupalCon Chicago and as usual will do lots of Birds-of-a-Feather sessions about DDEV and related topics. Catch me in the hall, or let’s sit down and have a coffee.

Community Highlights

  • ddev-mngr → A Go-based command-line tool with an interactive terminal UI for managing multiple DDEV projects at once — start, stop, check status, and open URLs across projects. With this add-on Olivier Dobberkau inspired a new TUI approach for DDEV core as well! View on GitHub↗
  • TYPO3 DDEV Agent Skill → Netresearch built an Agent Skill (compatible with Claude Code, Cursor, Windsurf, and GitHub Copilot) that automates DDEV environment setup for TYPO3 extension development, including multi-version testing environments for TYPO3 11.5, 12.4, and 13.4 LTS. View on GitHub↗
  • Using Laravel Boost with DDEV → Russell Jones explains how to integrate Laravel Boost (an official MCP server) with DDEV, giving AI coding agents contextual access to routes, database schema, logs, and configuration. Read on Dev.to↗
  • Laravel VS Code Extension v1.4.2 → Now includes Docker integration support and a fix for Pint functionality within DDEV environments. Read more↗

Community Tutorials from Around the World

  • Getting Started with DDEV for Drupal Development → Ivan Zugec at WebWash published a guide covering installation, daily commands, database import/export, Xdebug setup, and add-ons. Read on WebWash↗
  • Environnement de développement WordPress avec DDEV → Stéphane Arrami shares a practical review of adopting DDEV for WordPress development, covering client projects, personal sites, and training (in French). Read more↗

What People Are Saying

“I was today years old when I found out that DDEV exists. Now I am busy migrating all projects to Docker containers.” — @themuellerman.bsky.social↗

“ddev is the reason I don’t throw my laptop out of the window during local setup wars. one command to run the stack and forget the rest. simple as that.” — @OMascatinho on X↗

v1.25.0 Upgrade Notes and Known Issues

Every major release brings some friction, and v1.25.0 is no exception. These will generally be solved in v1.25.1, which will be out soon. Here’s what to watch for:

  • deb.sury.org certificate expiration on v1.24.x → The GPG key for the PHP package repository expired on February 4, breaking ddev start for users still on v1.24.10 who needed to rebuild containers. We pushed updated images for v1.24.10, so you can either ddev poweroff && ddev utility download-images or just go ahead and upgrade to v1.25.0, which shipped with the updated key. Details↗
  • MariaDB 11.8 client and SSL → DDEV v1.25.0 ships with MariaDB 11.8 client (required for Debian Trixie), which defaults to requiring SSL. This can break drush sql-cli and similar tools on MariaDB versions below 10.11. Workaround: add extra: "--skip-ssl" to your drush/drush.yml under command.sql.options, or upgrade your database to MariaDB 10.11+. Details↗
  • MySQL collation issues → Importing databases can silently change collations, leading to “Illegal mix of collations” errors when joining imported tables with newly created ones. Separately, overriding MySQL server collation via .ddev/mysql/*.cnf doesn’t work as expected. #8130↗ #8129↗
  • Inter-container HTTP(S) communication → The ddev-router doesn’t always update network aliases when projects start or stop, which can break container-to-container requests for *.ddev.site hostnames. Details↗
  • Downgrading to v1.24.10 → If you need to go back to v1.24.10, you’ll need to clean up ~/.ddev/traefik/config — leftover v1.25.0 Traefik configuration breaks the older version. Details↗
  • Traefik debug logging noise → Enabling Traefik debug logging surfaces warning-level messages as “router configuration problems” during ddev start and ddev list, which looks alarming but is harmless. Details↗
  • ddev npm and working_dirddev npm doesn’t currently respect the working_dir web setting, a difference from v1.24.10. Details↗

As always, please open an issue↗ if you run into trouble — it helps us fix things faster. You’re the reason DDEV works so well!


DDEV Training Continues

Join us for upcoming training sessions for contributors and users.

Zoom Info: Link: Join Zoom Meeting Passcode: 12345


Sponsorship Update

After the community rallied in January, sponsorship has held steady and ticked up slightly. Thank you!

Previous status (January 2026): ~$8,208/month (68% of goal)

February 2026: ~$8,422/month (70% of goal)

If DDEV has helped your team, now is the time to give back. Whether you’re an individual developer, an agency, or an organization — your contribution makes a difference. → Become a sponsor↗

Contact us to discuss sponsorship options that work for your organization.

Stay in the Loop—Follow Us and Join the Conversation

Compiled and edited with assistance from Claude Code.

Posted In