⚡Events
Commenter triggers the following events for your handlers to listen to:
Event Name
Properties
Description
LakM\Commenter\Events\Comment\CommentCreatedpublic LakM\Commenter\Models\Comment $modelAfter a comment is created successfully.
LakM\Commenter\Events\Comment\CommentDeletedpublic LakM\Commenter\Models\Comment $modelAfter a comment is deleted.
LakM\Commenter\Events\Comment\CommentUpdatedpublic LakM\Commenter\Models\Comment $modelAfter a comment is updated.
LakM\Comments\Events\Reply\ReplyCreatedpublic LakM\Commenter\Models\Comment $model,
public LakM\Commenter\Models\Reply $replyAfter a reply is created.
LakM\Commenter\Events\Reply\ReplyDeletedpublic LakM\Commenter\Models\Reply $modelAfter a reply is deleted.
LakM\Commenter\Events\Reply\ReplyUpdatedpublic LakM\Commenter\Models\Reply $modelAfter a reply is updated.