Contact Contact Show All Awards & Recognition
Contact
Show All Awards & Recognition
Purple Horizon - Pimcore Platform 2023.3 Release, AI/ML Strategies & Inspire 2024 Sneak Peek  Sign Up

torqit/pimcore-flysystem-azure-bundle

not-reviewed

No Category

No author set

Version

v3.0.0

Last updated

Compatible Pimcore Version

-

Contact

-

No  Reviewer

torqit/pimcore-flysystem-azure-bundle

No Category

Project Summary


Readme

This package enables Pimcore to write to an Azure Storage Account via Flysystem. It acts as a wrapper around https://github.com/thephpleague/flysystem-azure. To install:

  1. Run composer require torqit/pimcore-flysystem-azure-bundle
  2. Set environment variables and values for AZURE_STORAGE_ACCOUNT_NAME, AZURE_STORAGE_ACCOUNT_CONTAINER, AZURE_STORAGE_ACCOUNT_CONTAINER_ASSETS and AZURE_STORAGE_ACCOUNT_KEY which will allow the bundle to write to your Storage Account.
  3. Register the bundle by adding it to your Kernel.php. In order to ensure the bundle's configuration is added AFTER Pimcore's Flysystem configuration, explicitly supply a low priority value (e.g. -100) like so:
    
    class Kernel extends PimcoreKernel
    {
        public function registerBundlesToCollection(BundleCollection $collection) {
            $collection->addBundle(new \TorqIT\FlysystemAzureBundle\FlysystemAzureBundle\FlysystemAzureBundle, -100);
        }
    }

Review status

not-reviewed

?>

No author set

Version

v3.0.0

Last updated

Compatible Pimcore Version

-

Contact

-

No  Reviewer