Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 639 Bytes

Zenegal - Notification Logs

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