dev-master
9999999-devLaravel wrapper for Azure Blob Storage. Uses Azure library from https://github.com/beberlei
MIT
The Requires
- php >=5.3.0
- beberlei/azure-blob-storage *
The Development Requires
laravel storage azure windows
Laravel wrapper for Azure Blob Storage. Uses Azure library from https://github.com/beberlei
Update your composer.json
file to include this package as a dependency, (*1)
"heedworks/laravel-azure-blob-storage": "dev-master"
Register the Loggr service provider by adding it to the providers array in the app/config/app.php
file., (*2)
Heedworks\LaravelAzureBlobStorage\LaravelAzureBlobStorageServiceProvider
Alias the Azure Blob Storage facade by adding it to the aliases array in the app/config/app.php
file., (*3)
'aliases' => array( 'BlobStorage' => 'Heedworks\LaravelAzureBlobStorage\Facades\BlobStorage' )
Copy the config file into your project by running, (*4)
php artisan config:publish heedworks/laravel-azure-blob-storage
Edit the config file to include your Azure Blob Storage credentials., (*5)
This package leverages the Azure Blob Storage library from beberlei. Please see http://github.com/beberlei/azure-blob-storage for details., (*6)
Laravel wrapper for Azure Blob Storage. Uses Azure library from https://github.com/beberlei
MIT
laravel storage azure windows