Download the PHP package exolnet/laravel-graylog without Composer
On this page you can find all versions of the php package exolnet/laravel-graylog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download exolnet/laravel-graylog
More information about exolnet/laravel-graylog
Files in exolnet/laravel-graylog
Package laravel-graylog
Short Description This package extends Laravel’s log package to add a graylog channel.
License MIT
Homepage https://github.com/eXolnet/laravel-graylog
Informations about the package laravel-graylog
laravel-graylog
This package extends Laravel’s log package to add a graylog driver.
Installation
-
Require this package with composer:
-
If you don't use package auto-discovery, add the service provider to the
providers
array inconfig/app.php
: -
Add a graylog channel in your
logging.php
configuration file: - Change your
LOG_CHANNEL
forgraylog
or add it to your stack in thelogging.php
configuration file
Usage
Supported Transports
The following transports are supported: udp
, tcp
, ssl
, http
and https
. Select the transport accordingly to
your Graylog set up using the GRAYLOG_TRANSPORT
configuration. By default, the udp
transport is used.
The default path for http
and https
transports is /gelf
. This value can be configured using the GRAYLOG_PATH
configuration.
Testing
To run the phpUnit tests, please use:
Contributing
Please see CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Simon Gaudreau
- Patricia Gagnon-Renaud
- Alexandre D'Eschambeault
- All Contributors
License
This code is licensed under the MIT license. Please see the license file for more information.
All versions of laravel-graylog with dependencies
graylog2/gelf-php Version ^1.7
illuminate/contracts Version ^10.0|^11.0
illuminate/log Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0
monolog/monolog Version ^2.0|^3.3