Elastic Logstash log channel for Laravel apps
composer require tomatophp/laravel-logstash
on your env add your host with port as a direct http connection on your env, and change the log channel to logstash
LOGSTASH_HOST=https://log.tomatophp.com
LOG_CHANNEL=logstash
you can publish config file by use this command
php artisan vendor:publish --tag="laravel-logstash-config"
Please see CHANGELOG for more information on what has changed recently.
Please see SECURITY for more information about security.
The MIT License (MIT). Please see License File for more information.
if you like to run PEST
testing just use this command
composer test
if you like to fix the code style just use this command
composer format
if you like to check the code by PHPStan
just use this command
composer analyse
Checkout our Awesome TomatoPHP