torqit / shopware-flysystem-azure-bundle
There is no license information available for the latest version (v2.0.1) of this package.
Package info
github.com/TorqIT/shopware-flysystem-azure-bundle
Type:bundle
pkg:composer/torqit/shopware-flysystem-azure-bundle
v2.0.1
2025-01-13 18:33 UTC
Requires
This package is auto-updated.
Last update: 2026-03-05 21:50:44 UTC
README
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.