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