behnamhosseini / log-to-json
There is no license information available for the latest version (v1.3) of this package.
conver laravel logs format to json
Package info
github.com/behnamhosseini/LogToJson
Type:laravel-package
pkg:composer/behnamhosseini/log-to-json
v1.3
2022-05-22 11:44 UTC
Requires
- php: >=5.4.0
- laravel/framework: 8.*|9.*
This package is auto-updated.
Last update: 2026-02-22 19:37:41 UTC
README
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