Download the PHP package akayaman/laravel-flysystem-azure without Composer
On this page you can find all versions of the php package akayaman/laravel-flysystem-azure. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-flysystem-azure
laravel-flysystem-azure
Laravel Azure blob storage service provider
Only for blob storage!
Usage
- Register service provider in
config/app.php
.
If you are using Laravel >= 5.5, provider registration could be done by Laravel automaticly.
- Register disk in
config/filesystem.php
.
You can register multiple azure containers with different disk names:
-
Set azure account and key.
- Use
Storage::disk('azure')->get()
.
All versions of laravel-flysystem-azure with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.4
akayaman/flysystem-azure-adapter Version ~1.0.0.3
illuminate/support Version ~5.3
akayaman/flysystem-azure-adapter Version ~1.0.0.3
illuminate/support Version ~5.3
The package akayaman/laravel-flysystem-azure contains the following files
Loading the files please wait ....