Download the PHP package torq/shopware-flysystem-azure-bundle without Composer
On this page you can find all versions of the php package torq/shopware-flysystem-azure-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package shopware-flysystem-azure-bundle
This package enables Shopware to write to an Azure Storage Account via Flysystem. It acts as a wrapper around https://github.com/thephpleague/flysystem-azure-blob-storage. To install:
- Run
composer require torq/shopware-flysystem-azure-bundle - Register the bundle by adding it to your project's
bundles.phpfile:<?php return [ ... Torq\ShopwareFlysystemAzureBundle\TorqShopwareFlysystemAzureBundle::class => ['all' => true] ]; - Add the contents of the file
shopware_example.yamlto your project'sshopware.yamlfile (typically located atconfig/packages/shopware.yaml), adjusting the environment variables as necessary.
All versions of shopware-flysystem-azure-bundle with dependencies
PHP Build Version
Package Version
The package torq/shopware-flysystem-azure-bundle contains the following files
Loading the files please wait ...