Download the PHP package xakki/laralog without Composer
On this page you can find all versions of the php package xakki/laralog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xakki/laralog
More information about xakki/laralog
Files in xakki/laralog
Download xakki/laralog
More information about xakki/laralog
Files in xakki/laralog
Please rate this library. Is it a good library?
Informations about the package laralog
Integration
- Graylog
Requires
- php: ^8.3|^8.4
- laravel/framework: ^10|^11
- psr/log: ^3.0
Install
composer require xakki/laralog
Configure
- Add
Providers/AppServiceProvider.php
or bootstrap/app.php
Slow SQL query collect
-
Add
Providers/AppServiceProvider.php - Add into config/logging.php
Syslog UDP channel
- Add into config/logging.php (channels)
By default, the log size is limited to 1400 characters - a longer log will be lost.
Json channel
- Add into config/logging.php (channels)
Redis channel
- Add into config/logging.php (channels)
If u want log to another redis connection
-
Add config into config/database.php (redis)
- Add to .env
U can add custom options, like LOG_REDIS_PREFIX, LOG_REDIS_PORT and etc
Telegram channel
- Add into config/logging.php (channels)
Recommended stack
All versions of laralog with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3|^8.4|^8.5
laravel/framework Version ^10|^11|^12
psr/log Version ^3.0
ext-mbstring Version *
laravel/framework Version ^10|^11|^12
psr/log Version ^3.0
ext-mbstring Version *
The package xakki/laralog contains the following files
Loading the files please wait ...