thephpleague / glide-laravel

Glide adapter for Laravel
http://glide.thephpleague.com
MIT License
120 stars 26 forks source link

not working with laravel 11 #11

Open narendraraghuwanshi opened 6 months ago

narendraraghuwanshi commented 6 months ago

Problem 1

pbd-dev commented 6 months ago

replace this package with league/glide-symfony then in controller: LaravelResponseFactory => SymfonyResponseFactory;

heddn commented 5 months ago

There is still a bit of a disconnect in that league/glide requires intervention/image:^2 but the latest version if :^3. For now, going with it.

heddn commented 5 months ago

Opened https://github.com/thephpleague/glide/issues/393.

mihob commented 5 months ago

Any news on the topic?

pbd-dev commented 4 months ago

@heddn that trick should help solve your problem with v3

"league/glide": "3.0.0-beta1 as 2.3.0",
"league/glide-symfony": "^2.0",
heddn commented 4 months ago

Work-arounds can work. But shouldn't we just fix the underlying the issue?