PHPackages                             iqbalatma/laravel-log-telegram-channel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. iqbalatma/laravel-log-telegram-channel

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

iqbalatma/laravel-log-telegram-channel
======================================

Laravel log with channel telegram

0.4.0(1y ago)0186PHP

Since Apr 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/iqbalatma/laravel-log-telegram-channel)[ Packagist](https://packagist.org/packages/iqbalatma/laravel-log-telegram-channel)[ RSS](/packages/iqbalatma-laravel-log-telegram-channel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

Laravel Log Telegram Channel
============================

[](#laravel-log-telegram-channel)

This is a log handler for custom channel to send log via telegram bot. Telegram bot will send message to channel and you can specify log level.

Important

Since telegram bot has limit for sending message, please use this package wisely. My recomendation is use this for log high level like emergency or critical.

How to install
--------------

[](#how-to-install)

You can install this package via composer

```
composer require iqbalatma/laravel-log-telegram-channel
```

How to publish configuration
----------------------------

[](#how-to-publish-configuration)

You can publish configuration file via this command

```
php artisan vendor:publish --provider="Iqbalatma\LaravelLogTelegramChannel\LogTelegramChannelServiceProvider"
```

How to add log channel
----------------------

[](#how-to-add-log-channel)

Before use this log handler, you must add channel for this handler in logging configuration file. Open config/logging.php and add this channel

```
