cybercog / laravel-love

Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
https://komarev.com/sources/laravel-love
MIT License
1.17k stars 71 forks source link

Console command love:recount use default queue connection #233

Closed antonkomarev closed 1 year ago

antonkomarev commented 1 year ago

In PR #148 we've introduced option --queue-connection= to run command using the queue. By default it was using sync connection to keep backward compatibility.

php artisan love:recount --model="App\User" --queue-connection=sync

In v9 it should use default queue connection from the application config when option is null or empty.