These docs are for v7. Click to read the latest docs for v9.

Recount Statistics

Recount all reaction types of all model types

$ php artisan love:recount

Recount all reaction types of concrete model type

$ php artisan love:recount App\\Comment

Model type could be resolved from the morph map:

$ php artisan love:recount comment

Recount concrete reaction type of concrete model type

$ php artisan love:recount App\\Comment Like

Model type could be resolved from the morph map:

$ php artisan love:recount comment Like