xujif/ucloud-ufile-storage

为laravel的ucloud-ufile-storage

1.1.1 2018-09-27 06:15 UTC

This package is auto-updated.

Last update: 2024-08-29 03:42:01 UTC


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'=>'',
    ]
]