How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "scotch/box"
config.vm.box_version = "1.0.2"
end
vagrant init scotch/box \
--box-version 1.0.2
vagrant up
This version was created over 8 years ago.
Add Laravel Installer. Just run "laravel " from the terminal.
Add Ruby per request: https://github.com/scotch-io/scotch-box/issues/1
Also fixed permissions in the Vagrantfile (you'll need to update your cloned repo - just run a git pull or new clone from GitHub)