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' => 'Notification test depuis Laravel API.',
'meal_post_commented_title' => 'Nouveau commentaire',
'meal_post_commented_body' => ':name a commenté votre plat ":meal".',
'someone' => 'Quelquun',
'your_meal' => 'votre plat',
'moderation_threshold_title' => 'Signalements à vérifier',
'moderation_threshold_body' => ':count signalements reçus pour :type.',
],