Petar
Petar
After I add comment on other comment of post(reply): `$post->comments()->count()` is not including replies of comments like it's on facebook.
public function isReactedBy($responder = null) { if (is_null($responder)) { $responder = auth()->user(); } return $this->reactions() ->where('responder_id', $responder->id) ->where('responder_type', get_class($responder))->exists(); }
Page 70 replace itemCountSet(0) with setItemCount(0)