czim / laravel-json-context-logging
JSON Context logging for Laravel
Installs: 29 325
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^8.0
- czim/monolog-json-context: ^1.0
Requires (Dev)
- mockery/mockery: ^1.5
- orchestra/testbench: ^8
- phpunit/phpunit: ^10.0
README
JSON Context Logging for Laravel
Wrapper package to make use of czim/monolog-json-context in Laravel applications.
The aim of this package is to easily set up (separate) logging to be easily grokkable by Logstash.
Version Compatibility
Changelog
Installation
Via Composer:
$ composer require czim/laravel-json-context-logging
Publish the configuration file:
php artisan vendor:publish --provider="Czim\LaravelJsonContextLogging\Providers\JsonContextLoggingServiceProvider"
Credits
License
The MIT License (MIT). Please see License File for more information.