Storage::put('test.png', imagecreatefrompng('http://..../xxx.png'))失败了!
我想通过Storage保存网络图片到本地,却返回了false!文件已经写入进来了,但是文件0KB,请各位大佬支支招
Storage::put('test.png', file_get_contents('http://..../xxx.png'))