Change release date to July of 2021
This commit is contained in:
16
radar/2021-07-01/ddev.md
Normal file
16
radar/2021-07-01/ddev.md
Normal 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.
|
||||
Reference in New Issue
Block a user