beyondcode / laravel-comments

Add comments to your Laravel application
https://beyondco.de
MIT License
541 stars 90 forks source link

Emit events and allow deleting replies when comments are deleted. #40

Open 3m1n3nc3 opened 2 months ago

3m1n3nc3 commented 2 months ago
  1. When a new comment is created or deleted, this PR will emit the BeyondCode\Comments\Events\CommentAdded or BeyondCode\Comments\Events\CommentDeleted as applicable.
  2. This PR adds the delete_replies_along_comments config property to allow nested comments (replies) to be deleted when a comment is deleted.
danestves commented 1 month ago

This could help with our own application right now 👀