You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you delete a comment, you may optionally want to delete all its nested comments (replies). To optionally enable this feature, set the `delete_replies_along_comments` config property in the `config/comments.php` file to `true`.
152
+
153
+
### Events
154
+
155
+
When a new comment is added the `BeyondCode\Comments\Events\CommentAdded` event will be dispatched.
156
+
When a comment is deleted the `BeyondCode\Comments\Events\CommentDeleted` event will be dispatched.
149
157
150
158
### Testing
151
159
152
-
```bash
160
+
```bash
153
161
composer test
154
162
```
155
163
@@ -167,8 +175,8 @@ If you discover any security related issues, please email [email protected] ins
0 commit comments