Alert System
Admin Interface
The package includes a Livewire-based admin interface to manage alert settings and view logs.
Routes
| Path | Route Name |
|---|---|
| /admin/alerts/dashboard | alerts.dashboard |
| /admin/alerts/types | alerts.types |
| /admin/alerts/channels | alerts.channels |
| /admin/alerts/recipients | alerts.recipients |
You can customize the route prefix (default: admin/alerts) and middlewares (default: ['web', 'auth']) or disable these routes entirely using the `publish_routes` option in the configuration file:
config/alert-system.php
Features
- Management: Create, edit, and delete alert types, channels, and recipients.
- Logs: View alert logs in a searchable, filterable table.
- Filtering: Filter logs by status (success/failure), type, and channel.
- Details: View full alert details including JSON payloads in a modal.
- Export: Export alert logs to CSV.
Current version: 0.0.4