cgross / homesteadfork
A virtual machine for web artisans.
2.3.1
2016-03-10 12:39 UTC
Requires
- php: >=5.4
- symfony/console: ~2.0
- symfony/process: ~2.0
README
Major changes are:
- Mailcatcher to catch and view mails sent by server
- ZSH shell with grml-zsh-config
- PhpMyAdmin on port 1085 / 10850
- Minor tweaks and aliases for artisan and behat
For more info or feature requests look here: https://github.com/cgrossde/settler
Official documentation is located here.
Use
This box is available as cgrossde/homesteadfork
. Fetch it using vagrant:
vagrant box add cgrossde/homesteadfork
To use this box you need my fork of homestead. Install it using composer
like this:
composer global require "cgross/homesteadfork"
After that you will have the hsfork
command. The rest of the install is equivalent with the Laravel documentation about homestead. Just replace every homestead
command with the hsfork
command. I renamed it to hsfork
so you can install homestead and my fork in parallel but you won't be able to run both machines at the same time since they use the same ports.