biigle/laravel-azure-storage
最新稳定版本:v1.4.2
Composer 安装命令:
composer require biigle/laravel-azure-storage
包简介
Azure Storage Blob filesystem driver for Laravel
README 文档
README
A fork of Azure-OSS/azure-storage-php-adapter-laravel with BIIGLE-specific modifications.
Minimum Requirements
- PHP 8.1 or above
Install
Install the package using composer:
composer require biigle/laravel-azure-storage
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'), ],
Usage
Usage follows Laravel's filesystem conventions. For uploading, retrieving, and managing files, refer to the official Laravel documentation: 📖 Laravel Filesystem Documentation
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.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-16