Parse error: syntax error, unexpected ':', expecting ';' or '{' in vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php on line 50
Easy error to fix, once you know what's going on (is not always the case?).
Just upgrade your system from php 5 to php7. Drupal8 requirement.
In BLT, just edit your box/config.yml and change this line
php_version: "5.6"
to this:
php_version: "7.2"
Good old vagrant provision should do the rest of the trick. You are welcome :-)
imagenes
Acquia BLT short Drupal8 howto
Working with vm’s makes everything simpler and easier. Easy to reproduce bugs, easy to reproduce features between environments and, most importantly, between developers.
categorias
imagenes