zgldh / qiniu-laravel-storage

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

上传自动触发持久化方法 #37

Closed osindex closed 7 years ago

osindex commented 7 years ago

$disk->put('file.jpg',$content, ['token'=>$uploadToken]); // 使用自定义的 uploadToken 进行上传。 是不是无效?(私有空间操作,对视频加水印处理。) 有看到pull requests 不过 似乎没有更新到master。

--分支使用错误 composer require "zgldh/qiniu-laravel-storage:dev-master" 默认0.6.8版本还没发布的~

zgldh commented 7 years ago

这个目前还有问题。。和 Laravel 的Filesystem用法有冲突。 put 第三个函数 Laravel 定义为 visibility, 不是config。

到 #36 讨论吧