logentries/logentries-monolog-handler
Monolog handler for sending Laravel/PHP application logs to Logentries (Rapid7). Adds a custom handler to forward log records over the network, enabling centralized log aggregation, search, and monitoring with minimal setup.

This plug in will no longer be officially supported or maintained by Logentries.
Current Version: 2.1
Add the following to your composer.json and run composer update
{
"require": {
"logentries/logentries-monolog-handler": "dev-master"
}
}
$monolog->pushHandler(new Logentries\Handler\LogentriesHandler('YOUR_TOKEN'));
$monolog = new Logger('TestLog');
$monolog->pushHandler(new LogentriesHandler('YOUR_TOKEN'));
$monolog->addWarning('This is a warning logging message');
How can I help you explore Laravel packages today?