flysystem-bundle icon indicating copy to clipboard operation
flysystem-bundle copied to clipboard

[Usage] When to Install league/flysystem-bundle vs league/flysystem

Open cancan101 opened this issue 1 year ago • 0 comments

This is a usage question / suggestion for doc improvement:

When do I need to (explicitly) install league/flysystem-bundle vs league/flysystem vs one of the specific adapters (e.g. league/flysystem-azure-blob-storage)?

I am using Symfony by way of Pimcore and have set up a flystem.yaml:

flysystem:
    storages:
        pimcore.asset.storage:
            adapter: azure

I am not otherwise directly calling any of the league supplied PHP directly.

cancan101 avatar Jul 08 '24 17:07 cancan101