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
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:
Configuration
Configure error-handler-bot.php
in config folder. Put your Telegram Bot API-Token
and your group or channel ID:
Usage
Call ErrorHandlerBot
class on your Exception Handler class's register()
method: