githubEdit

โšกEvents

Commenter triggers the following events for your handlers to listen to:

circle-info

Consult Laravel documentation to learn more about event and handlersarrow-up-right.

Event Name
Properties
Description
LakM\Comments\Events\CommentCreated
public LakM\Comments\Models\Comment $model

After a comment is created successfully.

LakM\Comments\Events\CommentDeleted
public LakM\Comments\Models\Comment $model

After a comment is deleted.

LakM\Comments\Events\CommentUpdated
public LakM\Comments\Models\Comment $model

After a comment is updated.

LakM\Comments\Events\CommentReplyCreated
public LakM\Comments\Models\Comment $model,
public LakM\Comments\Models\Reply $reply

After a reply is created.

LakM\Comments\Events\CommentReplyDeleted
public LakM\Comments\Models\Reply $model

After a reply is deleted.

LakM\Comments\Events\CommentReplyUpdated
public LakM\Comments\Models\Reply $model

After a reply is updated.

Last updated