jekhy/ucloud-ufile-storage
最新稳定版本:1.2.2
Composer 安装命令:
composer require jekhy/ucloud-ufile-storage
包简介
ucloud-ufile-storage for laravel
README 文档
README
Base on:
- https://docs.ucloud.cn/api/ufile-api/
- https://github.com/xujif/ucloud-ufile-sdk
- https://github.com/xujif/ucloud-ufile-storage
Usage:
register the Jekhy\UcloudUfileStorage\UfileServiceProvider::class; in your app configuration file:
'providers' => [ // Other service providers... Jekhy\UcloudUfileStorage\UfileServiceProvider::class, ],
config/filesystems.php
'disks' => [
'yourDiskName'=>[
'driver' => 'ucloud-ufile',
'bucket'=>'xxx',
'public_key'=>'xxx',
'secret_key'=>'xxx',
'suffix'=>'.ufile.ucloud.cn',
'prefix'=>'',
],
]
统计信息
- 总下载量: 2.67k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-02