Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiipImagineBundle Flysystem Resolver #62

Closed
angelomelonas opened this issue Dec 23, 2020 · 2 comments · Fixed by liip/LiipImagineBundle#1479
Closed

LiipImagineBundle Flysystem Resolver #62

angelomelonas opened this issue Dec 23, 2020 · 2 comments · Fixed by liip/LiipImagineBundle#1479

Comments

@angelomelonas
Copy link

angelomelonas commented Dec 23, 2020

Does league/flysystem-bundle have compatibility with the LiipImagineBundle? According to the LiipImagineBundle Symfony docs, we can use oneup/flysystem-bundle as a Flysystem Resolver. As we prefer using this bundle instead, I am just curious to know if anyone has manage to use league/flysystem-bundle instead of the Oneup version.

@mynameisbogdan
Copy link
Contributor

I know my response is a little late, but I'll reply for future reference.

Yes, it's compatible.

flysystem:
    storages:
        images.storage:
            adapter: 'local'
            options:
                directory: '%kernel.project_dir%/public/media/image'

liip_imagine:
    loaders:
        default:
            flysystem:
                filesystem_service: 'images.storage'

@dbu
Copy link

dbu commented Jul 31, 2022

i am updating the documentation of the LiipImagineBundle to clarify it works with both. i think this issue can then now be closed.

@tgalopin tgalopin closed this as completed Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants