added ddev to Development tools

This commit is contained in:
David ruiz lópez 2021-03-04 13:44:44 +01:00
parent 4a6a5a3f49
commit 9e15c01d8e
1 changed files with 1 additions and 0 deletions

View File

@ -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.