定制 heedworks/laravel-azure-blob-storage 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-02-15