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

Class 'League\Glide\Http\UrlBuilderFactory' not found #18

Open
hotrush opened this issue Feb 4, 2016 · 3 comments
Open

Class 'League\Glide\Http\UrlBuilderFactory' not found #18

hotrush opened this issue Feb 4, 2016 · 3 comments

Comments

@hotrush
Copy link
Contributor

hotrush commented Feb 4, 2016

Seems need to update elfinder-flysystem-driver/src/Driver.php to make it works with glide 1.0.0+, change

use League\Glide\Http\UrlBuilderFactory;

to

use League\Glide\Url\UrlBuilderFactory;

I can make a pr if confirmed.

@barryvdh
Copy link
Owner

barryvdh commented Feb 4, 2016

If you can upgrade to 1.0 and verify it works, a PR us very welcome :) Thanks!

hotrush added a commit to hotrush/elfinder-flysystem-driver that referenced this issue Feb 4, 2016
@hotrush
Copy link
Contributor Author

hotrush commented Feb 4, 2016

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

@barryvdh
Copy link
Owner

barryvdh commented Apr 4, 2016

You can just add https://github.com/thephpleague/flysystem-cached-adapter to the suggest section, that has that class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants