Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持laravel5.3吗 #21

Closed
qinghua0706 opened this issue Apr 15, 2017 · 2 comments
Closed

支持laravel5.3吗 #21

qinghua0706 opened this issue Apr 15, 2017 · 2 comments

Comments

@qinghua0706
Copy link

在laravel5.3中使用时putFile方法时会报错。
下面是5.3中FilesystemAdapter.php中putFile方法
public function putFile($path, $file, $visibility = null) { return $this->putFileAs($path, $file, $file->hashName(), $visibility); }
其中第二个参数是UploadedFile类型,而文档中写的是传string类型

@jacobcyl
Copy link
Owner

可以提个 PR 吗?因为近期项目太忙,一时没太多时间做5.3的,不知道是否支持

@qinghua0706
Copy link
Author

5.3能用的,是我代码写得不对,感谢你的分享,我关掉这个。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants