zing/laravel-flysystem-tos
最新稳定版本:2.1.0
Composer 安装命令:
composer require zing/laravel-flysystem-tos
包简介
Flysystem Adapter for TOS
README 文档
README
TOS storage filesystem for Laravel based on zing/flysystem-tos
Requires
Version Information
| Version | Illuminate | PHP Version | Status |
|---|---|---|---|
| 2.x | 9.x | >= 8.0 | Active support 🚀 |
| 1.x | 6.x - 8.x | >= 7.2 | Active support |
Require Laravel Flysystem TOS using Composer:
composer require zing/laravel-flysystem-tos
Configuration
return [ // ... 'disks' => [ // ... 'tos' => [ 'driver' => 'tos', 'root' => '', 'key' => env('TOS_ACCESS_KEY_ID'), 'secret' => env('TOS_ACCESS_KEY_SECRET'), 'bucket' => env('TOS_BUCKET'), 'endpoint' => env('TOS_ENDPOINT'), 'is_cname' => env('TOS_IS_CNAME', false), 'security_token' => env('TOS_SECURITY_TOKEN'), ], ] ];
Environment
TOS_ACCESS_KEY_ID= TOS_ACCESS_KEY_SECRET= TOS_BUCKET= TOS_ENDPOINT= TOS_IS_CNAME=false TOS_SECURITY_TOKEN=
License
Laravel Flysystem TOS is an open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 1.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-06