Skip to content

SzuniSOFT/azure-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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