How to use this box with Vagrant:

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

This version was created about 6 years ago.

3.0 is here!

  • Fixed a bunch of issues via Github
  • Upgraded to PHP 7!
  • New website and Docs
  • Scotch Box Pro version released with even more features
  • New and improved starter file index.php
1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (732 MB)