laravel-like-comment icon indicating copy to clipboard operation
laravel-like-comment copied to clipboard

Ajax based site wide like and commenting system for laravel.

Results 10 laravel-like-comment issues
Sort by recently updated
recently updated
newest added

Thanks for this great module. is there is any way to make comments only for two levels.

I followed all the steps but the like not working

I am getting this error "Cannot redeclare dfs() (previously declared in " when i add @include('laravelLikeComment::comment', ['comment_item_id' => 'video_12']) this line in views

Can I edit a comment once it has been sent? I noticed that all comments in the html are loaded, even if they are hidden from the "show more" button....

how to show the avatar of user in the comments . i changed in the function getAuthor but the avatar not shown in the comment public static function getAuthor($id) {...

When we hit Comment there appears an alert box saying [object Object] and it's not updating live(i mean ajax not working) And I use google authentication so when i replace...

When I click like or comment, I get this error in console. `projectname/laravellikecomment/like/vote?item_id=20&vote=-1 Failed to load resource: the server responded with a status of 404 (Not Found)` My project is...

i want to list posts with the number of comments count

For now this package is works fine with semantic-ui. If bootstrap is added in the page like will not work. I will be working to make it available for bootstrap...