heedworks/laravel-azure-blob-storage
Composer 安装命令:
composer require heedworks/laravel-azure-blob-storage
包简介
Laravel wrapper for Azure Blob Storage. Uses Azure library from https://github.com/beberlei
README 文档
README
Update your composer.json file to include this package as a dependency
"heedworks/laravel-azure-blob-storage": "dev-master"
Register the Loggr service provider by adding it to the providers array in the app/config/app.php file.
Heedworks\LaravelAzureBlobStorage\LaravelAzureBlobStorageServiceProvider
Alias the Azure Blob Storage facade by adding it to the aliases array in the app/config/app.php file.
'aliases' => array( 'BlobStorage' => 'Heedworks\LaravelAzureBlobStorage\Facades\BlobStorage' )
Configuration
Copy the config file into your project by running
php artisan config:publish heedworks/laravel-azure-blob-storage
Edit the config file to include your Azure Blob Storage credentials.
Usage
This package leverages the Azure Blob Storage library from beberlei. Please see http://github.com/beberlei/azure-blob-storage for details.
统计信息
- 总下载量: 19.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-02-15