Caching Filament components

Referring to https://filamentphp.com/docs/3.x/panels/installation#caching-filament-components

When I attempt
php artisan filament:cache-components
I get an error:
:~/Projects/Target/labman$ php artisan filament:cache-components

   ERROR  Command "filament:cache-components" is not defined. Did you mean one of these?  

  ⇂ filament-excel:prune  
  ⇂ filament:assets  
  ⇂ filament:check-translations  
  ⇂ filament:install  
  ⇂ filament:upgrade  

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.
Solution
you probably need to update your filament version.
Was this page helpful?