php artisan filament:install --panels ERROR Command "filament:install" is not defined.
i get this error whene i run the comand
7 Replies
Did you run this
composer require filament/filament:"^3.0" -W
before filament:install
?
And don't cross post.. #✅┊rulesyes i run it before
Did you get any error messages when running
Please check your filament version
composer info filament/filament
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.
Install intl extensions?
You should read error messages and not just ignore them. If there's an error during composer install, it means Filament wasn't installed.