Vagrant-Laravel-Stack
Vagrant-Laravel-Stack copied to clipboard
A Vagrant stack designed for Laravel 4 development and deployment
This looks like the perfect vagrant box for Laravel. However, I think it's outdated a bit. can't seem to get it working @MiniCodeMonkey. Can you please update it?
I didn't get the stack running using the default `vagrant plugin install vagrant-berkshelf`. I had to use `vagrant plugin install vagrant-berkshelf --plugin-version '>= 2.0.1'`with my version of Vagrant (1.6). Just...
Followed the instructions per readme, everything was going well until this popped up. I'm on a Macbook Pro running Mavericks (latest update) if that information is useful. I'm not familiar...
I have all the prerequisites installed, but when provisioning my box I get the following error: `````` ================================================================================ Error executing action `run` on resource 'execute[install-key E5267A6C]' ================================================================================ Mixlib::ShellOut::ShellCommandFailed ------------------------------------ Expected...
Hey, after running 'vagrant up' and provisioning the machine, the MySQL-Server seems to be not reachable from Laravel. A portscan to the machines-ip told me, that there is no open...