xujif / ucloud-ufile-storage
为laravel的ucloud-ufile-storage
1.1.1
2018-09-27 06:15 UTC
Requires
- php: >=5.3.0
- illuminate/support: 5.*
- league/flysystem: ^1.0
- xujif/ucloud-ufile-sdk: ~1.0
README
基于 https://docs.ucloud.cn/api-docs/ufile-api/
用法
在您的应用程序配置文件中注册 Xujif\UcloudUfileStorage\UfileServiceProvider::class;
'providers' => [ // Other service providers... Xujif\UcloudUfileStorage\UfileServiceProvider::class, ],
配置
[
'ucloud-ufile'=>[
'bucket'=>'xxx',
'public_key'=>'xxx',
'secret_key'=>'xxx',
'suffix'=>'',
'prefix'=>'',
]
]