laravel-azure-storage:用于Laravel的Storage API的Microsoft Azure Blob存储集成

时间:2021-02-02 03:11:14
【文件属性】:
文件名称:laravel-azure-storage:用于Laravel的Storage API的Microsoft Azure Blob存储集成
文件大小:12KB
文件格式:ZIP
更新时间:2021-02-02 03:11:14
php laravel azure azure-storage AzurePHP 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
【文件预览】:
laravel-azure-storage-master
----src()
--------AzureBlobStorageAdapter.php(3KB)
--------AzureStorageServiceProvider.php(4KB)
--------Exceptions()
----phpunit.xml.dist(1KB)
----psalm.xml(444B)
----.travis.yml(263B)
----LICENSE(1KB)
----README.md(5KB)
----tests()
--------TestCase.php(1KB)
--------ServiceProviderTest.php(3KB)
--------AzureBlobStorageAdapterTest.php(4KB)
----.gitignore(92B)
----phpcs.xml(268B)
----infection.json.dist(154B)
----composer.json(1KB)

网友评论