Laravel Commenter Package: Modern Commenting Solution For Laravel Apps
Commenter for Laravel: modern commenting system with admin panel, WYSIWYG editor, syntax highlighting & robust security features. Implement CommentableContract & CommenterContract interfaces in Eloquent models.
The Commenter package for Laravel "is a feature-rich modern package that addresses all your commenting needs in a Laravel application." The package includes an admin panel to manage comments across all "commentable" models. Commenter demo project example The package models include a Commenter, and a Commentable model. You can use this package with your Eloquent models by implementing the CommentableContract and CommenterContract interfaces. The following example illustrates that Post is commentable, and User is a commenter: use LakM\Comments\Concerns\Commentable;use LakM\Comments\Contracts\...