Change release date to July of 2021

This commit is contained in:
dennis.ludwig
2021-07-12 10:19:10 +02:00
parent 6242b5c87e
commit 3be826c65a
65 changed files with 0 additions and 0 deletions

16
radar/2021-07-01/ddev.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "DDEV"
ring: adopt
quadrant: tools
featured: true
---
[DDEV](https://www.ddev.com/ddev-local/) is an open source tool that makes it dead simple to get local PHP development environments up and running within minutes.
It's powerful and flexible as a result of its per-project environment configurations, which can be extended, version controlled, and shared.
In short, DDEV aims to allow development teams to use Docker in their workflow without the complexities of bespoke configuration.
At AOE, we use DDEV in a variety of PHP projects (large and small).
It has made the onboarding process extremely easy for new developers and developers who have already worked with DDEV feel right at home in other projects.
DDEV makes adding needed dependencies super easy and so far has met every requirement we've ever had.
This is mainly because DDEV is just a wrapper for existing tools like Docker-Compose. However, it does take away a lot of the complexity that is normally involved in configuring these tools.