Laravel4-Vagrant icon indicating copy to clipboard operation
Laravel4-Vagrant copied to clipboard

[setup laravel installer] not working

Open leekaiwei opened this issue 10 years ago • 4 comments

OS: Windows 8 & OSX 10.10 Vagrant: 1.6.5 VirtualBox: 4.3.18

When I run vagrant up it gives:

err: /Stage[main]/Laravel_app/Exec[setup laravel installer]/returns: change from notrun to 0 failed: /bin/sh -c 'wget http://laravel.com/laravel.phar && chmod +x laravel.phar && mv laravel.phar /usr/local/bin/laravel' returned 8 instead of one of [0] at /tmp/vagrant-puppet-3/modules-0/laravel_app/manifests/init.pp:21

leekaiwei avatar Oct 27 '14 19:10 leekaiwei

+1 Just had the same issue with same versions of Vagrant and Virtualbox but on osx yosemite

joshuaadrian avatar Nov 12 '14 04:11 joshuaadrian

Apparently the installation method for 4.2 has changed and the laravel.phar is no longer a usable method for installation. So until this is fixed this box is borked, at least for new installations.

joshuaadrian avatar Nov 12 '14 14:11 joshuaadrian

I would also love to see a fix for this.

dasmikko avatar Dec 04 '14 19:12 dasmikko

I created a fix here: https://github.com/bryannielsen/Laravel4-Vagrant/pull/71

If you need a working version now, just use my fork until the pull request has been merged.

dasmikko avatar Dec 05 '14 07:12 dasmikko