barryvdh / elfinder-flysystem-driver

elFinder driver for Flysystem
183 stars 41 forks source link

"adapter" is never processed #11

Open phazei opened 9 years ago

phazei commented 9 years ago

When setting a "root" with an "adapter" rather than a filesystem, the driver init() method just fails with "A filesystem instance is required" rather than attempting to do anything with the adapter that was created for it.

barryvdh commented 8 years ago

Is this fixed with https://github.com/barryvdh/laravel-elfinder/blob/master/src/ElfinderController.php ?