We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5059ced + 1559a6b commit 436672cCopy full SHA for 436672c
laravel/cli/tasks/bundle/providers/github.php
@@ -11,7 +11,7 @@ class Github extends Provider {
11
*/
12
public function install($bundle, $path)
13
{
14
- $url = "http://nodeload.github.com/{$bundle['location']}/zipball/master";
+ $url = "http://github.com/{$bundle['location']}/zipball/master";
15
16
parent::zipball($url, $bundle, $path);
17
}
0 commit comments