Skip to content

A resource tracking DDEV tips, tricks, solutions, blogs, and services

License

Notifications You must be signed in to change notification settings

ddev/awesome-ddev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 

Repository files navigation

awesome-ddev

A resource tracking DDEV tips, tricks, solutions, blogs, and services.

Remember the regular DDEV docs and Stack Overflow and ddev-contrib. See support in the docs too.

People all over the world are using the DDEV local development tool in incredibly creative ways. They're blogging about it, finding creative solutions to new challenges, inventing new approaches.

This repository is a curated set of links to external resources regarding DDEV.

Your contributions are welcome, just open a PR with the items you'd like to add. This will obviously have to be reorganized from time to time, so your suggestions on that are also welcome.

Please don't be offended if your important link was initially left out, just do a PR. This has been a long time coming, so some important resources will have been neglected.

Books

Training

Articles

Podcasts

Articles on ddev.com

Drupal Documentation and Presentations

Mautic Documentation

Sulu Documentation

TYPO3 Documentation and Presentations

Laravel

Magento

Craft CMS

Recipes

General Presentations

Cloud-based Solutions

Tips and Techniques

GitHub Actions

  • GitHub action (Jonas Eberle) start your ddev project inside a GitHub action (e.g. for acceptance testing)
  • Magento 2 installation with DDEV (Julien Loizelet) Install a Magento 2 instance in your workflow with a ready-to-use DDEV setup (mainly for testing a module).

Composer

  • Composer-ddev: Use composer to customize DDEV-Local projects (@kaystrobach)

Tools

  • ddev-gitpod-launcher (Launch and develop any web project in gitpod using ddev)
  • vscode-ddev (vscode ddev integration)
  • DDEV Drupal Template With Attached VSCode: "Initialize a ready-to-code Drupal 9/10 CMS DDEV based development container, equipped with preinstalled top-tier development modules, configurations, and an attached VS Code instance. Unlock the full potential of Drupal development by leveraging best-practice Drupal VS-Code extensions within the VS Code environment."
  • Drainpipe and Drainpipe Dev: Drainpipe is a composer package which provides a number of build tool helpers for a Drupal site, including several DDEV integrations for local development and CI testing (includes selenium + chrome + firefox testing).

Support Resources