I have this problem when trying to install into Laravel 9 project
Problem 1
- rezaamini-ir/laravel-easypanel[1.9.0, ..., 1.9.33] require illuminate/support ^6.0|^7.0|^8.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
- rezaamini-ir/laravel-easypanel[1.9.4, ..., 1.9.39] require laravel/framework ^6.0|^7.0|^8.0 -> found laravel/framework[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but it conflicts with your root composer.json require (^9.2).
- Root composer.json requires rezaamini-ir/laravel-easypanel ^1.9 -> satisfiable by rezaamini-ir/laravel-easypanel[1.9.0, ..., 1.9.39].
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 rezaamini-ir/laravel-easypanel:*" to figure out if any version is installable, or "composer require rezaamini-ir/laravel-easypanel:^2.1" if you know which you need.
I have this problem when trying to install into Laravel 9 project