laravel-comments icon indicating copy to clipboard operation
laravel-comments copied to clipboard

Count replies as comments

Open piterjov opened this issue 6 years ago • 1 comments

After I add comment on other comment of post(reply): $post->comments()->count() is not including replies of comments like it's on facebook.

piterjov avatar Feb 01 '19 15:02 piterjov

i think it needs to be $post->comments->count()

SaphiLC avatar Apr 18 '19 18:04 SaphiLC