Caching Filament components
Referring to https://filamentphp.com/docs/3.x/panels/installation#caching-filament-components
When I attempt I get an error:
Has component caching been dropped?
I am struggling with a bit of a lack of speed issue on a form which has a fair amount of Livewire and lots of components.
8 Replies
Solution
you probably need to update your filament version.
Thank you, and Happy Birthday! Problem indeed solved, and way faster now.
Hello, I upgrade filament version using
and still
and
are not wroking, I'm getting the same error
What does
artisan about --only=filament
return?you aren't on the latest filament version
That weird, I did run
why isn't updated
php artisan filament:upgradeThat command does not upgrade Filament itself. It's a command you should run after upgrading to clear caches etc. Please update Filament via Composer. You probably locked the version to
3.2.0
but it should be ^3.2