/LoggerLaravel

Better custom Laravel Log example

Primary LanguagePHP

Logger Laravel

This is custom Laravel Log based on DDD. You can track the unique Id Request using:

session()->getId()

You must be add the Infrastructure Service Provider in the config/app.php:

.
.
.
    //Infrastructure service provider
    App\Providers\InfrastructureServiceProvider::class
.
.
.

The output will be:

alt text