admin login not loading

there is a 404 error
15 Replies
Dennis Koch
Dennis Koch5mo ago
If you want an answer you should provide some information 🤷🏼‍♂️
Eren Yeager
Eren Yeager5mo ago
I updated the v2 to v3 in my project, but when I go to /admin/login, the page doesn't loading.
Eren Yeager
Eren Yeager5mo ago
No description
Dennis Koch
Dennis Koch5mo ago
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?
toeknee
toeknee5mo ago
Have you also cleared your cache
Eren Yeager
Eren Yeager5mo ago
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??
Dennis Koch
Dennis Koch5mo ago
Can you run composer info filament/filament and check the version?
Eren Yeager
Eren Yeager5mo ago
v2.17.48
Dennis Koch
Dennis Koch5mo ago
Well, you are not on v3 then
Eren Yeager
Eren Yeager5mo ago
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??
Dennis Koch
Dennis Koch5mo ago
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
Eren Yeager
Eren Yeager5mo ago
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??
Dennis Koch
Dennis Koch5mo ago
Yes. Please check the docs. This is the first thing mentioned:
No description
Eren Yeager
Eren Yeager5mo ago
thanks dennis. i will follow the doc
Want results from more Discord servers?
Add your server
More Posts