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

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel-package

v1.3 2022-05-22 11:44 UTC

This package is auto-updated.

Last update: 2024-04-22 15:44:21 UTC


README

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