yassions101
php artisan filament:install --panels ERROR Command "filament:install" is not defined.
YES i get this error
Problem 1
- filament/support v3.0.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
- filament/filament v3.0.0 requires filament/support v3.0.0 -> satisfiable by filament/support[v3.0.0].
- Root composer.json requires filament/filament 3.0-stable -> satisfiable by
filament/filament[v3.0.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.
10 replies