feat: notifications on comments

This commit is contained in:
2026-05-23 10:50:34 +02:00
parent cd38d88fe7
commit 49419c1e7b
5 changed files with 164 additions and 1 deletions
+4
View File
@@ -29,6 +29,10 @@ return [
'notifications' => [
'test_title' => 'Test',
'test_body' => 'Test notification from the Laravel API.',
'meal_post_commented_title' => 'New comment',
'meal_post_commented_body' => ':name commented on your meal ":meal".',
'someone' => 'Someone',
'your_meal' => 'your meal',
'moderation_threshold_title' => 'Reports need review',
'moderation_threshold_body' => ':count reports received for :type.',
],