How to use this box with Vagrant:

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

This version was created over 8 years ago.

Scotchbox 2.0! Added:

  • Ubuntu 14
  • PHP 5.6
  • Beanstalkd
  • PostgreSQL
  • Redis
  • PM2
  • Laravel Installer
  • Laravel Envoy
  • Browsersync
  • Ton of other cool stuff.

Check https://scotch.io/tag/vagrant for the Scotch Box 2.0 blog post announcement

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (624 MB)