سلام وقت بخیر
موقع نصب starterkits با این مشکل بر خورد میکنم. ممنون میشم راهنمایی کنید. از لاراگون استفاده کردم
PS C:\laragon\www\plib> composer require laravel/breeze --dev
./composer.json has been updated
Running composer update laravel/breeze
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- league/mime-type-detection 1.11.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
- laravel/framework v9.46.0 requires league/flysystem ^3.8.0 -> satisfiable by league/flysystem[3.12.0].
- league/flysystem 3.12.0 requires league/mime-type-detection ^1.0.0 -> satisfiable by league/mime-type-detection[1.11.0].
- laravel/framework is locked to version v9.46.0 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- C:\Program Files\php\php.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-fileinfo` to temporarily ignore these required extensions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require laravel/breeze:*" to figure out if any version is installable, or "composer require laravel/breeze:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.