supercoffee / azure-blob-storage
There is no license information available for the latest version (dev-master) of this package.
dev-master
2015-03-10 06:44 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-07-19 21:36:18 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