Risul Islam

Results 6 comments of Risul Islam

Sorry, your problem is not clear to me. Users must be logged in to like or comment. It is necessary to keep track of like and comment.

You can't edit comment once it has been sent. I am working on ajax loading. On Wed, Jul 12, 2017 at 6:36 PM, Ande1232 wrote: > Can I edit a...

You are welcome. Sorry there is no easy way to do that.

Yes we can do that, but you also have to block commenting after two level. For example someone just commented on level two, and ajax is done, now you have...

Can you show me your modal code? Does like works?

```php DB::table('laravellikecomment_comments')->select(DB::raw('count(*) as comment_count, item_id'))->groupBy('item_id')->get() ``` This will return `item_id` which is your post id that you provided in `@include('laravelLikeComment::comment', ['comment_item_id' => 'post_12'])` and `comment_count` of this `item_id`