terowoc / laravel-telegram-logger
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-package
Requires
- telegram-bot/api: ^2.5
This package is auto-updated.
Last update: 2024-12-31 00:25:54 UTC
README
Send logs to Telegram chat via Telegram bot
Demo
Installation
composer require terowoc/laravel-telegram-logger
Define Telegram Bot Token and chat id (users telegram id) and set as environment parameters. Add to .env
TELEGRAM_LOGGER_BOT_TOKEN=id:token
TELEGRAM_LOGGER_ADMIN_ID=chat_id
TELEGRAM_LOGGER_ENV=local