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?
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.
In PR #148 we've introduced option
--queue-connection=
to run command using the queue. By default it was usingsync
connection to keep backward compatibility.In v9 it should use default queue connection from the application config when option is
null
or empty.