laravel-comments
laravel-comments copied to clipboard
Count replies as 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.
i think it needs to be $post->comments->count()