lehagere / error-log-notification
A time bound error notification for Laravel.
Requires
- php: ^7.4|^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2025-07-02 19:53:14 UTC
README
The package will register logs (error, warning, etc.) in the database and send them via email as a report on the configured duration. I developed the package because I was tired of regularly checking my log files for errors. And as an admin of my systems I want to be ahead of the curve reslove the issues.
Installation
You can install the package via composer:
composer require lehagere/error-log-notification
Usage
You have to migrate for the table to be included in your database.
php artisan migrate
Publish the configuration file.
php artisan vendor:publish
You can update the duration of the notification and who should get the email notification.
Security
If you discover any security related issues, please send a message @lehagere instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.