From 9e15c01d8e5909f2c2c2cec4595838ac123bac37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20ruiz=20l=C3=B3pez?= Date: Thu, 4 Mar 2021 13:44:44 +0100 Subject: [PATCH] added ddev to Development tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9adda9f..4fe0be6 100644 --- a/README.md +++ b/README.md @@ -831,6 +831,7 @@ Libraries to help manage database schemas and migrations. ### Development Environment *Software and tools for creating a sandboxed development environment.* +* [ddev](https://github.com/drud/ddev) - Tool to set up Docker enviroments for common PHP frameworks: mysql, drupal, wordpress, laravel... * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework. * [Docker](https://www.docker.com/) - A containerization platform. * [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.