Looking to hire Laravel developers? Try LaraJobs

laravel-gelf maintained by asseco-voice

Description
Laravel support for GELF logging
Last update
2025/01/09 16:55 (dev-dependabot/composer/nesbot/carbon-2.72.6)
License
Links
Downloads
4 773

Comments
comments powered by Disqus

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.