
Seven months after Drupal VM 3 introduced PHP 7.0 and Ubuntu 16.04 as the default, as well as more stable team-based development environment tooling, Drupal VM 4 is here!
Thanks especially to the efforts of Oskar Schöldström and Thom Toogood , who helped push through some of the more tricky fixes for this release!
If you're not familiar with Drupal VM, it's a tool built with Ansible and Vagrant that helps build Drupal development environments. The fourth release brings with it even more flexibility than before. Not only can you choose between Ubuntu and CentOS, Apache and Nginx, MySQL and PostgreSQL, Memcached and Redis... you can now seamlessly switch among PHP 5.6, 7.0, and 7.1 âwithout having to recreate your entire development environment!
See the 4.0.0 release notes for all the detailsâhere are the highlights:
- Drush is now optional (you can use the version included with your project, or not use it at all!)
- PHP 5.6, 7.0 and 7.1 are supportedâand switching between them is easier than ever. Just update
php_versionand runvagrant provisionto switch!
Download Drupal VM and try out one of the most popular Vagrant-based development environments.