glide-laravel icon indicating copy to clipboard operation
glide-laravel copied to clipboard

not working with laravel 11

Open narendraraghuwanshi opened this issue 1 year ago • 7 comments

Problem 1

  • league/glide-symfony 1.0.0 requires symfony/http-foundation ^2.3 -> found symfony/http-foundation[v2.3.0, ..., v2.8.52] but these were not loaded, likely because it conflicts with another require.
  • league/glide-symfony[1.0.1, ..., 1.0.2] require symfony/http-foundation ^2.3|^3.0 -> found symfony/http-foundation[v2.3.0, ..., v2.8.52, v3.0.0, ..., v3.4.47] but these were not loaded, likely because it conflicts with another require.
  • league/glide-symfony 1.0.3 requires symfony/http-foundation ^2.3|^3.0|^4.0 -> found symfony/http-foundation[v2.3.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.49] but these were not loaded, likely because it conflicts with another require.
  • league/glide-symfony 1.1.0 requires symfony/http-foundation ^2.3|^3.0|^4.0|^5.0|^6.0 -> found symfony/http-foundation[v2.3.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.49, v5.0.0, ..., v5.4.35, v6.0.0, ..., v6.4.4] but these were not loaded, likely because it conflicts with another require.
  • league/glide-symfony[1.0.4, ..., 1.1.1] require symfony/http-foundation ^2.3|^3.0|^4.0|^5.0 -> found symfony/http-foundation[v2.3.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.49, v5.0.0, ..., v5.4.35] but these were not loaded, likely because it conflicts with another require.
  • league/glide-laravel 1.0.0 requires league/glide-symfony ^1.0 -> satisfiable by league/glide-symfony[1.0.0, ..., 1.1.1].
  • Root composer.json requires league/glide-laravel * -> satisfiable by league/glide-laravel[1.0.0].

narendraraghuwanshi avatar Apr 01 '24 08:04 narendraraghuwanshi

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

pbd-dev avatar Apr 04 '24 20:04 pbd-dev

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 avatar Apr 12 '24 15:04 heddn

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

heddn avatar Apr 12 '24 15:04 heddn

Any news on the topic?

mihob avatar Apr 26 '24 09:04 mihob

@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",

pbd-dev avatar Jun 04 '24 21:06 pbd-dev

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

heddn avatar Jun 04 '24 22:06 heddn