How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "twistedbytes/webserver"
  config.vm.box_version = "0.4.9"
end
vagrant init twistedbytes/webserver \
  --box-version 0.4.9
vagrant up

This version was created about 5 years ago.

Update of all +

  • added php74 dev
  • made the vagrant user make use of the configured PHP for the defaultuser, makes some stuff easier like integration with phpstorm and githooks
  • pma is updated to 4.8.5 and is using php73
1 provider for this version.
  • virtualbox
    unknown Externally hosted (vagrant.twistedbytes.eu)