15 Replies
If you want an answer you should provide some information 🤷🏼♂️
I updated the v2 to v3 in my project, but when I go to /admin/login, the page doesn't loading.
And you didn't think mentioning that you updated a major version was a good info to provide in the first place? What's your AdminPanelProvider code?
Have you also cleared your cache
I didn't have any idea about that. my mistake.
yes, i did it
yes. I following this doc
now I'm getting this one.
In AdminPanelProvider.php line 22:
Class "Filament\PanelProvider" not found
why when updating this Class not importing??
Can you run
composer info filament/filament
and check the version?v2.17.48
Well, you are not on v3 then
yep😞
before we run this command -> "composer require filament/upgrade:"^3.2" -W --dev" do we need to update the php version and the laravel version in the composer.json file??
Just for understanding:
This does install the upgrade-script. It does not upgrade Filament version itself. That's the next step in the upgrade guide.
composer require filament/upgrade:"^3.2" -W --dev
my current project running on php 8.x and liveware 2.x. and laravel 8.x . do i need to update the project's laravel version and the php version too??
Yes. Please check the docs. This is the first thing mentioned:
thanks dennis. i will follow the doc