Install the package using composer:
composer require azure-oss/storage-blob-laravel
Then add this to the disks section of config/filesystems.php:
'azure' => [
'driver' => 'azure-storage-blob',
'connection_string' => env('AZURE_STORAGE_CONNECTION_STRING'),
'container' => env('AZURE_STORAGE_CONTAINER'),
],
Do you need help, do you want to talk to us, or is there anything else?
Join us at:
Azure-Storage-PHP-Adapter-Flysystem is released under the MIT License. See LICENSE for details.
The maintainers of this package add support for a PHP version following its initial release and drop support for a PHP version once it has reached its end of security support.