9 Replies
This isn't a Filament error, you need to google how to update with composer. It's telling you your issues right in that message
ok i will try
Try with
--ignore-platform-reqs
flag and also make sure the intl
extension is installed.FilamentV3 requires Laravel 10 👀
yes it's working
You really shouldn't use this. It's just a bandaid that generally only hides problems, which will come back later to bite you.
How do you know that? sorry I am new to php
there's no minimum laravel version inside the https://github.com/filamentphp/filament/blob/3.x/composer.json
But I'm not sure :"
GitHub
filament/composer.json at 3.x · filamentphp/filament
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
It requires LW3 which requires L10