登录 注册
当前位置:主页 > 资源下载 > 9 > Microsoft Azure Blob存储与Laravel Storage API的集成插件:laravel-azure-storage

Microsoft Azure Blob存储与Laravel Storage API的集成插件:laravel-azure-storage

  • 更新:2024-08-07 13:30:38
  • 大小:12KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

laravel-azure-storage 用于Laravel存储API的Microsoft Azure Blob存储集成。 这是的自定义驱动程序,它本身是在之上。 它使用Flysystem自己的Azure blob存储适配器,因此不能轻易添加超出此范围的功能-实际上,添加功能将超出项目范围。 安装 使用composer安装软件包: composer require matthewbdaly/laravel-azure-storage 在5.5之前的Laravel版本上,您还需要手动将服务提供者添加到config/app.php : Matthewbdaly \ LaravelAzureStorage \ AzureStorageServiceProvider ::class, 然后将其添加到config/filesystems.php的disks部分: 'azure' => [ 'driver' => 'azure' , 'name' => env ( 'AZURE_STORAGE_NA