behnamhosseini/log-to-json
Convert Laravel log output to JSON. Choose between two logging modes via a simple config setting, and publish the package config to customize behavior. Install via Composer and integrate with your existing Laravel logging setup.
Convert Laravel logs output to json
Ability to create log files in two modes. Just select the desired output in the config file.
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
How can I help you explore Laravel packages today?