Laravel Azure Blob Storage
This package is a wrapper around the beberlei/azure-blob-storage library., (*1)
Installation
Install with composer via the command line:, (*2)
composer require supercoffee/azure-blob-storage: *, (*3)
Or manually add the requirement in composer.json, (*4)
{
"require": {
"supercoffee/azure-blob-storage": "*"
}
}
Configuration
Add the following to your providers array in app.php:, (*5)
'Supercoffee\AzureBlobStorage\AzureBlobStorageServiceProvider'
and the following key/value pair in your aliases array in app.php, (*6)
'BlobStorage' => 'Supercoffee\AzureBlobStorage\BlobStorage'
Usage
coming soon, (*7)