filippo-toso/remote
最新稳定版本:v1.2.2
Composer 安装命令:
composer require filippo-toso/remote
包简介
A simple way to copy/move files between different Laravel Storage disks
README 文档
README
A simple way to copy files between different Laravel Storage disks
Requirements
- PHP 5.6+
- Laravel 5.0+
Installing
Use Composer to install it:
composer require filippo-toso/remote
Using It
use FilippoToso\Remote\Remote;
// Copy from S3 to local
Remote::copy('s3://folder/file.dat', 'local:://another/folder/output.dot');
// Move from local to S3
Remote::move('local://folder/file.dat', 's3:://another/folder/output.dot');
统计信息
- 总下载量: 315
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-19