thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.
http://glide.thephpleague.com
MIT License
2.55k stars 198 forks source link

Problem installing on laravel 6 #329

Closed web1989 closed 2 years ago

web1989 commented 3 years ago

could someone help me install it on my laravel 6?

reinink commented 2 years ago

It appears that Glide now requires Flysystem 2.0|3.0, but Laravel (as of version 8) still requires Flysystem 1.0 — meaning you can't use the latest version of Glide (2.x) with Laravel. Laravel is adding Flysystem 3.0 support in Laravel 9.0, set to be released in a few months.

tgalopin commented 2 years ago

Thanks @reinink !

Also, note you can still use Glide 1.0 if you want :) .