Download the PHP package 7lab/laravel-remote-logging without Composer
On this page you can find all versions of the php package 7lab/laravel-remote-logging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download 7lab/laravel-remote-logging
More information about 7lab/laravel-remote-logging
Files in 7lab/laravel-remote-logging
Package laravel-remote-logging
Short Description Log errors to a remote server
License MIT
Homepage https://github.com/sevenlabnl/laravel-remote-logging
Informations about the package laravel-remote-logging
Remote logging
This Laravel package send the errors or failed jobs occuring in your application to an external server. For example to display these errors or failed jobs on a dashboard like the spatie/dashboard.spatie.be.
For the failed jobs logging we are extending spatie/laravel-failed-job-monitor and overwriting their default Notification class to allow us to send it to your remote server.
Installation
You can install the package via Composer:
The package will automatically register itself.
You can publish the config files with:
And finally you should install the exception handling in the report
function in the Exception handler (app/Exceptions/Handler.php
).
Usage
By default it will send all errors and failed jobs that occur into your application to the remote server specified in the config file.
Credits
All versions of laravel-remote-logging with dependencies
guzzlehttp/guzzle Version ^6.3|^7.0
illuminate/support Version 5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
laravel/framework Version 5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0
spatie/laravel-failed-job-monitor Version ^3.0