cloudinary-community / cloudinary-community/cloudinary-laravel
I cannot installing it with Laravel 13+ and PHP 8.5.0
- Dominant language
- PHP
- Stars
- 334
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
I was followed the guide in the README of this project which have the `composer require cloudinary-labs/cloudinary-laravel`. But when I run it in my terminal, it end up with these problems below:
`Problem 1
- Root composer.json requires cloudinary-labs/cloudinary-laravel * -> satisfiable by cloudinary-labs/cloudinary-laravel[1.0.0, ..., 1.0.7, 2.0.0, ..., 2.3.0, 3.0.0, 3.0.1, 3.0.2].
- cloudinary-labs/cloudinary-laravel 1.0.0 requires php ^7.0 -> your php version (8.5.0) does not satisfy that requirement.
- cloudinary-labs/cloudinary-laravel[1.0.1, ..., 1.0.2] require php ^7.2 -> your php version (8.5.0) does not satisfy that requirement.
- cloudinary-labs/cloudinary-laravel[1.0.3, ..., 1.0.4] require illuminate/support ~6|~7|~8 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- cloudinary-labs/cloudinary-laravel[1.0.5, ..., 1.0.7, 2.0.0, ..., 2.0.2] require illuminate/support ~6|~7|~8|^9.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- cloudinary-labs/cloudinary-laravel 2.0.3 requires illuminate/support ~6|~7|~8|^9.0|^10.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.49.0] but these were not loaded, likely because it conflicts with another require.
- cloudinary-labs/cloudinary-laravel 2.1.0 requires illuminate/support ~6|~7|~8|^9.0|^10.0|^11.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.49.0, v11.0.0, ..., v11.51.0] but these were not loaded, likely because it conflicts with another require.
- cloudinary-labs/cloudinary-laravel[2.2.0, ..., 2.2.3] require illuminate/support ^10.0|^11.0 -> found illuminate/support[v10.0.0, ..., v10.49.0, v11.0.0, ..., v11.51.0] but these were not loaded, likely because it conflicts with another require.
- cloudinary-labs/cloudinary-laravel 2.3.0 requires illuminate/support ^10.0|^11.0|^12.0 -> found illuminate/support[v10.0.0, ..., v10.49.0, v11.0.0, ..., v11.51.0, v12.0.0, ..., v12.64.0] but these were not loaded, likely because it conflicts with another require.
- cloudinary-labs/cloudinary-laravel[3.0.0, ..., 3.0.2] require illuminate/support ^11.0|^12.0 -> found illuminate/support[v11.0.0, ..., v11.51.0, v12.0.0, ..., v12.64.0] but these were not loaded, likely because it conflicts with another require.`
I also tried to added `-W` in the composer installation line but it still end up like above, even though the documentation said it work with PHP 8.2+ and Laravel 11+. I don't know that if I doing anything wrong when installing it, because I just learn and also move to Laravel and PHP after several year using Django and Python as my main website back-end development tech-stack. If the error is my fault, hope you guy can help my to installing it and using it normally like I was doing with Django everyday. Or else, please give me the clearly answer for support. Thank for all!
Contributor guide
Research direction
Start by reproducing the README's `composer require cloudinary-labs/cloudinary-laravel -W` command with Laravel 13 and PHP 8.5.0, then inspect the README and package dependency metadata for the supported Laravel and PHP versions. Done means the supported installation path is confirmed or the documentation and compatibility constraints clearly explain the limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100