alexusmai / laravel-file-manager

File manager for Laravel
MIT License
1.13k stars 290 forks source link

Not Inatalled laravel 10 #379

Open soltaneghalbha opened 5 months ago

soltaneghalbha commented 5 months ago

hi I use Laravel 10 It gives the following error during installation: ` Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require intervention/imagecache:*" to figure out if any version is installable, or "composer require intervention/imagecache:^2.1" if you know which you need. Composer json: "guzzlehttp/guzzle": "^7.2", "intervention/image": "^3.5", "intervention/image-laravel": "^1.2.0", "laravel/framework": "^10.10", "laravel/sanctum": "^3.3", "laravel/tinker": "^2.8", "livewire/livewire": "^3.4", "mcamara/laravel-localization": "^1.8", "realrashid/sweet-alert": "^7.1" ` Thanks

stainleebakhla commented 5 months ago

It seems you have a conflict with the "intervention/image" package. Try removing this package from your composer.json file and try again.