zgldh / qiniu-laravel-storage

Qiniu 云储存 Laravel 5 Storage版
MIT License
521 stars 79 forks source link

关于$disk->put('file.jpg',$content) #6

Closed Panfen closed 8 years ago

Panfen commented 8 years ago

参数$contents是什么呢?为什么不说清楚

zgldh commented 8 years ago

饿。。就是文件数据啊。 $content = file_get_content($thePath); 看这里 http://www.golaravel.com/laravel/docs/5.1/filesystem/