Download the PHP package milly/laralog without Composer
On this page you can find all versions of the php package milly/laralog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download milly/laralog
More information about milly/laralog
Files in milly/laralog
Download milly/laralog
More information about milly/laralog
Files in milly/laralog
Vendor milly
Package laralog
Short Description PHP package to handle logs via telegram bot
License MIT
Package laralog
Short Description PHP package to handle logs via telegram bot
License MIT
Please rate this library. Is it a good library?
Informations about the package laralog
LARALOG
PHP Laravel package to debug and handle logs via telegram bot
[//]: # ( Check it out how easily you can send me a message
)
Check it out how easily you can send me a message
)Requirements
- PHP 7.3 or higher
- Laragram package ^2.0|^3.0
Installation
Install the package via composer
Publish the configuration file
Add the following environment variables to your .env
file or set them in the config/laralog.php
file
Methods
The package provides the following methods to send log messages to the telegram bot
Laralog::debug(int|string|array|object $message)
Laralog::info(int|string|array|object $message)
Laralog::warning(int|string|array|object $message)
Laralog::error(int|string|array|object $message)
Usage
Send a log message to the telegram bot
And you will receive a message in your telegram bot with the debug message like this:
Development mode
By default, the package is in the development mode, which means that it will send messages only if the APP_ENV
is set to local
. If you want to send messages in the production mode, you need to set the is_enabled
key to true
in the config/laralog.php
file
License
This package is open-sourced software licensed under the MIT license.
All versions of laralog with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
milly/laragram Version ^2.2|^3.0.0
php Version ^7.3|^8.0
milly/laragram Version ^2.2|^3.0.0
php Version ^7.3|^8.0
The package milly/laralog contains the following files
Loading the files please wait ....