| Package Data | |
|---|---|
| Maintainer Username: | xujif |
| Maintainer Contact: | i@xujif.com (xujif) |
| Package Create Date: | 2015-11-11 |
| Package Last Update: | 2018-09-27 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:06:25 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,366 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 2 |
| Total Forks: | 7 |
| Total Open Issues: | 1 |
base on https://docs.ucloud.cn/api-docs/ufile-api/
register the Xujif\UcloudUfileStorage\UfileServiceProvider::class; in your app configuration file:
'providers' => [
// Other service providers...
Xujif\UcloudUfileStorage\UfileServiceProvider::class,
],
config
[
'ucloud-ufile'=>[
'bucket'=>'xxx',
'public_key'=>'xxx',
'secret_key'=>'xxx',
'suffix'=>'',
'prefix'=>'',
]
]