Filament not installing
./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
- Root composer.json requires PHP extension ext-intl * but it is missing from your system. Install or enable PHP's intl extension.
Problem 2
- filament/support v3.1.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
- filament/filament v3.1.0 requires filament/support v3.1.0 -> satisfiable by filament/support[v3.1.0].
- Root composer.json requires filament/filament 3.1 -> satisfiable by filament/filament[v3.1.0].
To enable extensions, verify that they are enabled in your .ini files: - C:\xampp\php\php.ini
You can also run
- Root composer.json requires PHP extension ext-intl * but it is missing from your system. Install or enable PHP's intl extension.
Problem 2
- filament/support v3.1.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
- filament/filament v3.1.0 requires filament/support v3.1.0 -> satisfiable by filament/support[v3.1.0].
- Root composer.json requires filament/filament 3.1 -> satisfiable by filament/filament[v3.1.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.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.7 Replies
Okay. Did you read the "Problem" section in that error message?
thanks for the reply. is it in discord or the website??
It's in the message you posted. Did you read that, before posting it here?
yes. i changed the php.ini file. but didn't work and I don't know how to install if it's not installed
There should be various installation instructions for PHP extension out on the web.
I'm on macOS so I can't help with that.
have you restarted the php services on your mac after enabling the extensions on the php.ini?
C:\xampp\php\php.iniIt's Windows and XAMPP. Shouldn't need a restart when it's behind Apache, but try nevertheless.