F
Filament17mo ago
Jocka

Fail to upgrade from v2 to v3

Hey guys after running
composer require filament/upgrade:"^3.0-stable" -W --dev
vendor/bin/filament-v3
composer require filament/upgrade:"^3.0-stable" -W --dev
vendor/bin/filament-v3
and trying to run
php artisan filament:install
php artisan filament:install
i get this error
Class "Filament\PanelProvider" not found
Class "Filament\PanelProvider" not found
5 Replies
Jocka
JockaOP17mo ago
any idea how to solve it?
Thijmen
Thijmen17mo ago
Try php artisan filament:install --panels This should add the PanelProvider
Thijmen
Thijmen17mo ago
Did you check if there is any PanelProvider in the folder? Maybe add it manually otherwise
Dennis Koch
Dennis Koch17mo ago
Your probably not on v3-stable. Check the filament version via composer info

Did you find this page helpful?