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
Updated almost 6 years ago