asseco-voice/laravel-gelf

Laravel support for GELF logging

v2.0.1 2023-09-15 08:54 UTC

This package is auto-updated.

Last update: 2024-04-15 10:25:18 UTC


README

evil_logo.png

Laravel GELF

This package enables GELF logging via TCP, UDP, HTTP or event.

All credits go to the original package.

Installation

Install the package through composer. It is automatically registered as a Laravel service provider, so no additional actions are required.

composer require asseco-voice/laravel-gelf

Setup

Usage

Example

Extending the package

Publishing the configuration will enable you to change package models as well as controlling how migrations behave. If extending the model, make sure you're extending the original model in your implementation.