Supports L5.5+
This package offers you a way of adding a correlation id output on Laravel Logger based on a sent Header. Inspired by this repo it has:
- all the functionality to set macros on a Request and Push a Monolog Processor
- adds a configuration file to override settings
- adds proper tests
- enables usage for recent Laravel versions (5.5+)
Open your config/app.php and insert the following in providers key:
Ajaaleixo\Middleware\CorrelationId\CorrelationIdServiceProvider::class,
php artisan vendor:publish --provider="Ajaaleixo\Middleware\CorrelationId\CorrelationIdServiceProvider"
Open config/correlationid.php
.