Skip to content

Introducing Storage!

Compare
Choose a tag to compare
@Warxcell Warxcell released this 02 Sep 19:08

This release introduces Storage and removes hard-dependency on FlySystem. This opens new possibilities. You can still use FlySystem throught adapter: $storage = new \Arxy\FilesBundle\Storage\FlysystemStorage($flysystem);

Other changes:

Removes SymfonyCachePathResolver. Replaced by CachePathResolver which uses PSR-16 Cache.