Commenter
GitHubAdmin Panel
v1
v1
  • 😍Commenter
  • Overview
    • 💡Why Commentor
    • 🗞️Articles
    • ✨Key Features
    • 🤖Technologies
  • Basics
    • 🧠Concept
    • ®️Requirements
    • 🔨Installation
    • ✈️Usage
    • 🌈Themes
  • Demo
    • 👩‍🏫Project
    • 📺Basic Demo Video
    • 📼Full Demo Video
  • Configuration
    • 🇩🇴Publish Config
    • ⚖️Change Mode
    • 🔐Authorization
    • ⏲️Limit comments per user
    • 😍Reactions
    • ⛔Approval
    • 🚧Validations
    • Sorting
    • 🛠️Other Options
  • Advance
    • 🔏Security
    • 🚀Performance
    • ⚡Events
    • 🌍Localization
    • 🛟Customization
    • 🕵️Testing
  • 🛣️Roadmap
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Advance

Events

PreviousPerformanceNextLocalization

Last updated 11 months ago

Was this helpful?

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

Consult Laravel documentation to learn more about .

Event Name
Arguements in order
Descriptions

After a comment is created successfully.

After a comment is deleted.

After a comment is updated.

After a reply is created.

After a reply is deleted.

After a reply is updated.

⚡
LakM\Comments\Events\CommentCreated
LakM\Comments\Models\Comment
LakM\Comments\Events\CommentDeleted
LakM\Comments\Models\Comment
LakM\Comments\Events\CommentUpdated
LakM\Comments\Models\Comment
LakM\Comments\Events\CommentReplyCreated
LakM\Comments\Models\Comment,
LakM\Comments\Models\Reply
LakM\Comments\Events\CommentReplyDeleted
LakM\Comments\Models\Reply
LakM\Comments\Events\CommentReplyUpdated
LakM\Comments\Models\Reply
event and handlers