Class "Filament\Tables\Columns\Summarizers\Sum" not found
Class "Filament\Tables\Columns\Summarizers\Sum" not found
15 Replies
What filament version are you on?
"filament/filament": "^2.0",
Upgrade to v3. Summary doesn't exists in v2.
ok thank you
Class "Filament\PanelProvider" not found
I have this error when i upgrade.
That's probably alpha. Use stable version.
composer require filament/filament:"^3.0-stable" -W
Class "Filament\PanelProvider" not found
Class "Filament\PanelProvider" not found
@rahafss i had the same, this is because your composer isn't updated make sure that your composer update has worked and you won't get this error anymore.
Please put a bit more effort into your questions.
You probably still don't have v3 installed.
If you search on your error in the help section you see my support question and that will help for sure.
I can't copy a link or something but the thread id = 1136283464874872883
ok thank you
If you have any 3rd party plugins that need to be upgraded, you should bump those dependencies as well. what did you mean about dependencies? like "spatie/laravel-permission": "^5.10",
?
@pechtelt
@Dennis Koch
Is this an existing app? If yet: Did you read the upgrade guide?
once you require, you need to
composer update
please read the docs dude