Closed ohthehugemanatee closed 5 years ago
Based on https://www.drupal.org/node/2607222, PHP 7 is a fine platform to use as a default. I've been using it a while on D8 and haven't run into any notable issues.
Why would we be changing the docroot to web
?
because that's the docroot for drupal-composer - see their issue on the subject. "web" is the normal web root for Symfony apps, including the Symfony Standard, which is why drupal-composer uses it.
If we want to stick with public, the alternatives are:
Drupal 8 has some different requirements, and a different deploy process. This should be a hiera/yeoman option for platform=drupal8. Off the top of my head:
/vagrant/web
as the docroot (we could symlink, but that confuses PHPStorm into thinking there are two resource roots... and probably other IDEs too)