behnamhosseini/log-to-json

conver laravel logs format to json


Keywords
log, logging, laravel, lumen, log-to-json

Documentation

Laravel log to json

Author

Description

Convert Laravel logs output to json

Ability to create log files in two modes. Just select the desired output in the config file.

⬇️ Installation

You can install the package via composer:

composer require behnamhosseini/log-to-json

You may also publish config file:

php artisan vendor:publish --provider=Behnamhosseini\LogToJson\Providers\LogServiceProvider