szunisoft/azure-laravel

Laravel Azure package supporting storage queue

v1.0.0 2018-06-17 22:01 UTC

This package is not auto-updated.

Last update: 2024-05-20 05:51:47 UTC


README

Travis GitHub release Packagist license

Laravel Azure

This package is a continuously developed package which provides a full Azure integration for Laravel offering the following drivers / adapters.

Download

composer require szunisoft/azure-laravel

Configuration

Export the package configuration:

php artisan vendor:publish --tag=config --provider="SzuniSoft\Azure\Laravel\Providers\LaravelServiceProvider"

Testing

The project uses phpunit and mockery. See composer.json for further details.

vendor/bin/phpunit

Changelog

1.0.0 (2018-06-17)

added

  • Blob storage driver support
  • File storage driver support
  • Storage account Queue driver