© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
24 replies
Ookma-Kyi

Trying to install Filament

Hello,

I am trying to install Filament for my project. I ran the following command as per the instructions in the docs:

PS C:\laragon\www\Ookma-Kyi-Core> composer require filament/filament:"^3.2" -W
PS C:\laragon\www\Ookma-Kyi-Core> composer require filament/filament:"^3.2" -W


and I got the following output:

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
                          
    - Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0].

    - filament/filament v3.2.0 requires illuminate/console ^10.0 -> found illuminate/console[v10.0.0, ..., v10.48.16] but these were not loaded, likely because it conflicts with another require.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
PS C:\laragon\www\Ookma-Kyi-Core> 
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
                          
    - Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0].

    - filament/filament v3.2.0 requires illuminate/console ^10.0 -> found illuminate/console[v10.0.0, ..., v10.48.16] but these were not loaded, likely because it conflicts with another require.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
PS C:\laragon\www\Ookma-Kyi-Core> 

As per the docs the requirements are:

Filament requires the following to run:

PHP 8.1+
Laravel v10.0+
Livewire v3.0+

Which I meet. It seems I met the other requirements but it failed to load for some reason.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Trying to install filament
FilamentFFilament / ❓┊help
9mo ago
curl error when trying to composer install filament
FilamentFFilament / ❓┊help
2y ago
#install filament
FilamentFFilament / ❓┊help
3y ago
Unable to install Filament
FilamentFFilament / ❓┊help
3y ago