Download the PHP package dyanakiev/laravel-logger-discord-channel without Composer
On this page you can find all versions of the php package dyanakiev/laravel-logger-discord-channel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-logger-discord-channel
Laravel Logger - Discord Channel
A Discord based Monolog driver for Laravel
Install
Usage
-
Add the new discord channel type in your
config/logging.php
configuration file, find the channels section and add the discord array within - Add the new discord channel inside the
stack
channel, its recommended to setLOG_CHANNEL
tostack
so you can still have your daily logs when running in production - Customize the package settings either directly in the config or in the .env file
Note
You may need to clear cache after installation if you get laravel.EMERGENCY: Unable to create configured logger. ... Log [discord] is not defined.
with
Dont forget to cache the config again after clearing cache if ran on production :)
Example logs
All versions of laravel-logger-discord-channel with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.5|^8.0
illuminate/contracts Version ~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
illuminate/queue Version ~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
illuminate/support Version ~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
guzzlehttp/guzzle Version ^7.0.1|^7.2
monolog/monolog Version ~1.12|^2.0|^3.0
illuminate/contracts Version ~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
illuminate/queue Version ~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
illuminate/support Version ~7.0|~8.0|~9.0|~10.0|~11.0|~12.0
guzzlehttp/guzzle Version ^7.0.1|^7.2
monolog/monolog Version ~1.12|^2.0|^3.0
The package dyanakiev/laravel-logger-discord-channel contains the following files
Loading the files please wait ....