Filament Installation Error

Good day, I'm trying to install filament for the very first time but I'm getting this error "Your requirements could not be resolved to an installable set of packages." Please help.
No description
16 Replies
Tieme
Tieme14mo ago
What PHP version are u using?
frankliniwobi
frankliniwobiOP14mo ago
8.3
Tieme
Tieme14mo ago
and if you use composer require filament/filament
frankliniwobi
frankliniwobiOP14mo ago
It's installing version 2
LeandroFerreira
LeandroFerreira14mo ago
share the composer.json
Matthew
Matthew14mo ago
This will sound silly, but you are not trying to upgrade from v2 right? Is this a fresh installation?
frankliniwobi
frankliniwobiOP14mo ago
Yes, it's a fresh installation On it..
frankliniwobi
frankliniwobiOP14mo ago
Here it is
No description
Matthew
Matthew14mo ago
uhh brotha, you're missing filament apparently. Add this to "require":{} "filament/filament": "^3.0-stable", and then composer update
frankliniwobi
frankliniwobiOP14mo ago
When i run "composer require filament/filament:"^3.2" -W" it shows that error(from the initial question) and then removes everything relating to filament from my composer.json file, very weird behaviour, it's as if filament doesn't want me 🥲
Matthew
Matthew14mo ago
You aint doing what IM telling your bro Add "filament/filament": "^3.0-stable", and run composer update or composer install
frankliniwobi
frankliniwobiOP14mo ago
Oh, okay. Let me try that
Matthew
Matthew14mo ago
also show minimum-stability
frankliniwobi
frankliniwobiOP14mo ago
"minimum-stability": "stable", "prefer-stable": true
Tieme
Tieme14mo ago
you are missing livewire in your composer composer require livewire/livewire https://filamentphp.com/docs/3.x/panels/installation#requirements
frankliniwobi
frankliniwobiOP14mo ago
It's working now, thanks Thanks for the correction, I've installed it now

Did you find this page helpful?