I can't install Filament on Laravel 11 #12248
PackageOther Package Version3.2.63 How can we help you?
The "3.2" constraint for "filament/filament" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints Problem 1 Installation failed, reverting ./composer.json and ./composer.lock to their original content. i try ./composer.json has been updated Problem 1 To enable extensions, verify that they are enabled in your .ini files: Installation failed, reverting ./composer.json and ./composer.lock to their original content. composer.json |
Replies: 2 comments 2 replies
|
Did you install the |
|
Your Command: Change the composer command to: Sample: and enable also the |
Did you install the
ext-intlphp extension?After installing it, just run
composer require filament/filament