supercoffee/azure-blob-storage
Composer 安装命令:
composer require supercoffee/azure-blob-storage
包简介
README 文档
README
This package is a wrapper around the beberlei/azure-blob-storage library.
Installation
Install with composer via the command line:
composer require supercoffee/azure-blob-storage: *
Or manually add the requirement in composer.json
{
"require": {
"supercoffee/azure-blob-storage": "*"
}
}
Configuration
Add the following to your providers array in app.php:
'Supercoffee\AzureBlobStorage\AzureBlobStorageServiceProvider'
and the following key/value pair in your aliases array in app.php
'BlobStorage' => 'Supercoffee\AzureBlobStorage\BlobStorage'
Usage
coming soon
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-03-10