-
Microsoft Azure Blob存储与Laravel Storage API的集成插件:laravel-azure-storage
资源介绍
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