Currently Glide accepts an instance of League\Flysystem\Filesystem for both the source and cache options. And while this works amazing, I'm worried there are situations where it would be desirable to also define a path prefix (folder) for each. This would mostly happen in situations where you only have a single instance of League\Flysystem\Filesystem available to you.
Currently Glide accepts an instance of
League\Flysystem\Filesystem
for both thesource
andcache
options. And while this works amazing, I'm worried there are situations where it would be desirable to also define a path prefix (folder) for each. This would mostly happen in situations where you only have a single instance ofLeague\Flysystem\Filesystem
available to you.The text was updated successfully, but these errors were encountered: