behnamhosseini / log-to-json
conver laravel logs format to json
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:laravel-package
Requires
- php: >=5.4.0
- laravel/framework: 8.*|9.*
This package is auto-updated.
Last update: 2024-11-22 16:45:56 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