โ˜… Log all notifications sent by your Laravel app

29 ยท Freek Van der Herten ยท Feb. 26, 2023, 5:34 a.m.
We've released a new package called Laravel Notification Log. True to its name, it will log when your Laravel app sends notifications. It also contains helpful methods to determine when notifications were sent. Using the package By default, the package will write an entry in the notification_log_items table for each notification sent in your app. You can also have fine-grained control over which notifications should be logged. The notification_log_items table has these columns: notification_t...