Installation via artisan doesn't work
Closed this issue · 2 comments
When executing "php artisan bundle:install phpmailer" the following error occurs: file_get_contents(http://nodeload.github.com/cviebrock/phpmailer-laravel/zipball/master): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
Seems like the path is wrong.
I have this problem too. "PHP Warning: file_get_contents(http://nodeload.github.com/cviebrock/phpmailer-laravel/zipball/master): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /var/www/nfvh/laravel/cli/tasks/bundle/providers/provider.php on line 69"
Going to the link directly results in "Not Found": http://nodeload.github.com/cviebrock/phpmailer-laravel/zipball/master
You need to upgrade your copy of Laravel. I believe the bundle install mechanism changed at some point, so the URLs are no longer correct for older versions. Upgrading Laravel will fix it.