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

Add comments to your Laravel application

Results 17 laravel-comments issues
Sort by recently updated
recently updated
newest added

How get all model comments? "commentable_type"

Could you please kindly show us how to use the reply comments?? There seems to be no documentations for it. Comment model has to also be extended model, so I...

Is it possible to reply to comments?

I think it is also better to add a functionality that determines who approved the comments. $this->comment->approvedBy($user); or $this->comment->approve($user);

is there any blade syntax to load the comments or guest posting?

It would be very nice to use the package with Laravel 7.

Hi guys, tried to install this package several times, same result Composer log: Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request...

the package on packagist is not updated Still there is not support for laravel 7

Hi, I believe this package conflicts with Nova (the Larave admin panel). The error happens when I try to save a comment resource in Nova. _Too few arguments to function...

I'd like to override your comments model with my own, so that I may add some additional data when creating comments, either through setters, etc. What is the best approach...