Download the PHP package avengers-code-lovers/laravel-log-monitoring without Composer
On this page you can find all versions of the php package avengers-code-lovers/laravel-log-monitoring. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download avengers-code-lovers/laravel-log-monitoring
More information about avengers-code-lovers/laravel-log-monitoring
Files in avengers-code-lovers/laravel-log-monitoring
Package laravel-log-monitoring
Short Description Laravel log monitoring with log Laravel and log queue from avengers code lovers
License
Informations about the package laravel-log-monitoring
Documentation
To get started with Monitoring Log Laravel, use Composer to add the package to your project's dependencies:
Configuration
Laravel 5.5+
Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Laravel < 5.5:
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Set your session start to global middleware in app/Http/Kernel.php
You will also need to add api_key chatwork bot and room sos for services your application utilizes. These credentials should be placed in your config/services.php
configuration file, and use the key chatwork
. For example:
Add key in .env
Basic Usage Monitoring Log Laravel Application Error
Add Monitoring Log Laravel reporting to App/Exceptions/Handler.php:
Basic Usage Monitoring Log Queue Error
Follow document in https://laravel.com/docs/master/queues#cleaning-up-after-failed-jobs
Advance Usage
Monitoring Log Laravel support reporting accept $request
as param with supportable functions which come with a message with more infomation
Add Monitoring Log Laravel reporting to App/Exceptions/Handler.php:
All versions of laravel-log-monitoring with dependencies
wataridori/chatwork-sdk Version ^0.4.0
illuminate/http Version ~5.7.0|~5.8.0|^6.0|^7.0|^8.0
illuminate/support Version ~5.7.0|~5.8.0|^6.0|^7.0|^8.0