zenegal / notification-logs
Log email and SMS notifications sent by the platform with sending statuses.
dev-master
2021-09-15 06:50 UTC
This package is auto-updated.
Last update: 2024-12-15 13:45:30 UTC
README
Zenegal Notification Logs is a package to easily log and monitor email notifications sent by the platform.
Installation
Install via composer in the Laravel application.
composer require zenegal/notification-logs
Usage
This package comes with a single page to view all notifications with a sent status filter.
/notification-logs
The package also comes with a command to prune mailables from old sent notification logs.
notification-logs:prune
The command defaults to 72 hours which you can modify.
notification-logs:prune --hours=24