Automatic upgrade from v2 to v3 problem

I followed this guide https://filamentphp.com/docs/3.x/panels/upgrade-guide#upgrading-automatically But when I run php artisan filament:install I got the error in the picture. I'm Windows 10, running laragon, PHP 8.1.10
20 Replies
LeandroFerreira
php artisan about what is the Filament version?
neverender24
neverender24OP2y ago
I have these
neverender24
neverender24OP2y ago
LeandroFerreira
Check the upgrade section and try again
neverender24
neverender24OP2y ago
still no filament:install
LeandroFerreira
Any errors before that?
neverender24
neverender24OP2y ago
no, running filament v2 from fresh installation with no problem.
LeandroFerreira
fresh install? Why not v3 fresh install?
neverender24
neverender24OP2y ago
I installed it last 2 weeks ago sorry
luisalfredo
luisalfredo2y ago
I run the command composer require filament/upgrade:"^3.0-stable" -W --dev does not activate the filament
DariusIII
DariusIII2y ago
Run the command without --dev
toghrulcalalli
filamwnt installed livewire version 3 also in local it is working in production getting error livewire.js 404
Dan Harrin
Dan Harrin2y ago
bad nginx config then not a problem with filament
toghrulcalalli
but filament is working only error livewire .js 404
Dan Harrin
Dan Harrin2y ago
yup so how it it a filament problem
Dan Harrin
Dan Harrin2y ago
GitHub
Problem loading Livewire.js · Issue #242 · livewire/livewire
It's likely to be a simple thing but I can't manage to solve it on my own smh. On my local env it's working fine just doing this: ... @livewireAssets </body> This of course load t...
toghrulcalalli
this solutions for livewire 2.2 filament 3 require livewire 3 only( in livewire 3 when call livewire publish assets return no publishable resource tag(
Dan Harrin
Dan Harrin2y ago
read the server config fix publishing is not always the answer
toghrulcalalli
if config is wrong then how everything is work fine include filament only livewire not working?(

Did you find this page helpful?