Laravel Telegram Logger Module Setup In 60 Seconds
Introducing tg-logger, a Laravel module for sending logs & error messages to Telegram. Easy setup, customizable topics & levels. Install via Composer, configure .env & config/tg-logger.php files.
Hello everyone! In this post, I would like to share with you a module that I have developed for Laravel. https://github.com/prog-time/tg-logger This is my first experience in developing public modules for Laravel, so please do not judge strictly! This module allows you to easily and quickly set up the sending of logs and error messages to the Telegram community, where you can select a separate topic for each type of event. This way you can send messages about custom events, exceptions, and system errors. Of course, there are more advanced logging solutions, but they require deeper configuratio...