Skip to content

Instantly share code, notes, and snippets.

@silverly
Created March 5, 2015 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silverly/06cf7ebfa887a0869d55 to your computer and use it in GitHub Desktop.
Save silverly/06cf7ebfa887a0869d55 to your computer and use it in GitHub Desktop.
starting homestead on uni comps
- download vagrant and virtualbox
- vagrant box add laravel/homestead
- download composer
- composer global require "laravel/homestead=~2.0"
- add ~/.composer/vendor/bin to path
- add composer.phar to bin (install it there)
- edit vagrant
- homestead init THEN homestead edit
- add to hosts as well
- vagrant plugin install vagrant-proxyconf
- do config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment