How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "scotch/box"
end
vagrant init scotch/box
vagrant up
This version was created about 5 years ago.
This is now the Scotch Box Pro v1 box. So bam:
* Ubuntu 16.04
* PHP 7.0
* MySQL 5.7
* Go lang in the box
* PHPUnit in the box
* Yarn in the box
* Improved email catching automatically on with MailHog
* Customize your own boxes in minutes
* Generally higher versions of things (Node.js, Ruby, etc.)!
* PHPUnit
* MySQL 5.
* Node via NVM
* Extra Node packages (grunt, browserify, webpack)
* Ruby via RBM
This version was created almost 6 years ago.
This version was created over 7 years ago.
This version was created over 7 years ago.
Scotchbox 2.0! Added:
Check https://scotch.io/tag/vagrant for the Scotch Box 2.0 blog post announcement
This version was created almost 8 years ago.
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)
This version was created over 8 years ago.
Fixed typo in demo page.
This version was created over 8 years ago.
Scotch Box version 1!