2017 © Pedro Peláez
 

library azure-blob-storage

image

supercoffee/azure-blob-storage

  • Tuesday, March 10, 2015
  • by supercoffee
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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)

The Versions

10/03 2015

dev-master

9999999-dev

  Sources   Download

The Requires

  • php >=5.4.0

 

by Benjamin Daschel