supercoffee/azure-blob-storage

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Package info

github.com/supercoffee/laravel-azure-blob-storage

pkg:composer/supercoffee/azure-blob-storage

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2015-03-10 06:44 UTC

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