Download the PHP package adwiv/laravel-error-mailer without Composer
On this page you can find all versions of the php package adwiv/laravel-error-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adwiv/laravel-error-mailer
More information about adwiv/laravel-error-mailer
Files in adwiv/laravel-error-mailer
Download adwiv/laravel-error-mailer
More information about adwiv/laravel-error-mailer
Files in adwiv/laravel-error-mailer
Vendor adwiv
Package laravel-error-mailer
Short Description Report errors by mail while ignoring repeating ones.
License MIT
Package laravel-error-mailer
Short Description Report errors by mail while ignoring repeating ones.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-error-mailer
Laravel ErrorLog Mailer
Package to report laravel errors by email with throttling and deduplication.
Installation
-
Require this package with composer using the following command:
-
Run the migration to create the
error_logs
table. -
Add the following keys to .env file
- Configure
config/logging.php
. The package automatically adds a logging channel namederror-mailer
.
The simplest way to use it is to add it the stack
channel.
Thats all. Any errors should now be reported to all the email addresses listed in ERROR_MAILER_TO
environment option.
Troubleshooting
If mails are not being recieived, please check:
- Mail sending is configured correctly and you are able to send other mails without any issues.
- The
ERROR_MAILER_TO
variable is defined in .env file and has valid email addresses (without spaces) - The mail queue is being processed correctly
- Check the laravel.log for any reported issues.
All versions of laravel-error-mailer with dependencies
PHP Build Version
Package Version
The package adwiv/laravel-error-mailer contains the following files
Loading the files please wait ....