Open hotrush opened 8 years ago
If you can upgrade to 1.0 and verify it works, a PR us very welcome :) Thanks!
also found a problem with use League\Flysystem\Cached\CachedAdapter;
, there is no such adapter in 1.0.* glide version and i have no ideas how to fix this
You can just add https://github.com/thephpleague/flysystem-cached-adapter to the suggest section, that has that class.
Seems need to update elfinder-flysystem-driver/src/Driver.php to make it works with glide 1.0.0+, change
to
I can make a pr if confirmed.