azure-oss / storage-blob-laravel
Azure Storage Blob filesystem driver for Laravel
Installs: 11 489
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: ^8.1
- azure-oss/storage-blob-flysystem: ^1.1
- illuminate/filesystem: ^10|^11
- illuminate/support: ^10|^11
Requires (Dev)
- laravel/pint: ^1.17
- orchestra/testbench: ^9.2
- phpstan/phpstan: ^1.11
- phpstan/phpstan-deprecation-rules: ^1.2
- phpstan/phpstan-strict-rules: ^1.6
This package is not auto-updated.
Last update: 2024-10-30 21:06:30 UTC
README
Minimum Requirements
- PHP 8.1 or above
Install
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'), ],
Support
Do you need help, do you want to talk to us, or is there anything else?
Join us at:
License
Azure-Storage-PHP-Adapter-Flysystem is released under the MIT License. See LICENSE for details.
PHP Version Support Policy
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.