abduazam/error-handler-bot

This package helps to handle error and send through telegram bot.

v1.0.1 2024-01-29 06:32 UTC

This package is auto-updated.

Last update: 2024-10-29 09:33:20 UTC


README

Latest Version on Packagist Total Downloads

Documentation, Installation, and Usage Instructions

This packages allows you to handle errors and send through telegram bot to your group or channel of developers.

Download

Install via composer:

composer require abduazam/error-handler-bot

Publish vendor:

php artisan vendor:publish

Choose ErrorHandlerBot Service:

image

Configuration

Configure error-handler-bot.php in config folder. Put your Telegram Bot API-Token and your group or channel ID:

image

Usage

Call ErrorHandlerBot class on your Exception Handler class's register() method:

image