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
Tieme5mo ago
What PHP version are u using?
frankliniwobi
frankliniwobi5mo ago
8.3
Tieme
Tieme5mo ago
and if you use composer require filament/filament
frankliniwobi
frankliniwobi5mo ago
It's installing version 2
LeandroFerreira
LeandroFerreira5mo ago
share the composer.json
Matthew
Matthew5mo ago
This will sound silly, but you are not trying to upgrade from v2 right? Is this a fresh installation?
frankliniwobi
frankliniwobi5mo ago
Yes, it's a fresh installation On it..
frankliniwobi
frankliniwobi5mo ago
Here it is
No description
Matthew
Matthew5mo ago
uhh brotha, you're missing filament apparently. Add this to "require":{} "filament/filament": "^3.0-stable", and then composer update
frankliniwobi
frankliniwobi5mo 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
Matthew5mo ago
You aint doing what IM telling your bro Add "filament/filament": "^3.0-stable", and run composer update or composer install
frankliniwobi
frankliniwobi5mo ago
Oh, okay. Let me try that
Matthew
Matthew5mo ago
also show minimum-stability
frankliniwobi
frankliniwobi5mo ago
"minimum-stability": "stable", "prefer-stable": true
Tieme
Tieme5mo ago
you are missing livewire in your composer composer require livewire/livewire https://filamentphp.com/docs/3.x/panels/installation#requirements
frankliniwobi
frankliniwobi5mo ago
It's working now, thanks Thanks for the correction, I've installed it now