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.
1 parent d91b73a commit fed4b5cCopy full SHA for fed4b5c
src/NewCommand.php
@@ -77,6 +77,7 @@ protected function makeFilename()
77
protected function download($zipFile)
78
{
79
$data = json_decode(\GuzzleHttp\get('http://laravel-china.org/download_link.json')->getBody(), true);
80
+
81
$response = \GuzzleHttp\get($data['link'])->getBody();
82
83
file_put_contents($zipFile, $response);
0 commit comments