phoenix
phoenix
FFilament
Created by phoenix on 3/24/2024 in #❓┊help
Error message when installing
PS C:\laragon\www\MindMap> composer require filament/filament:"^3.2" -W The "3.2" constraint for "filament/filament" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints ./composer.json has been updated Running composer update filament/filament --with-all-dependencies Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1
- filament/support v3.2.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
- filament/filament v3.2.0 requires filament/support v3.2.0 -> satisfiable by filament/support[v3.2.0].
- Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0].

To enable extensions, verify that they are enabled in your .ini files:
- C:\xampp\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-intl to temporarily ignore these required extensions.
18 replies