supercoffee / azure-blob-storage
There is no license information available for the latest version (dev-master) of this package.
Package info
github.com/supercoffee/laravel-azure-blob-storage
pkg:composer/supercoffee/azure-blob-storage
dev-master
2015-03-10 06:44 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2026-03-29 01:27:48 UTC
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