abduazam / error-handler-bot
This package helps to handle error and send through telegram bot.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/abduazam/error-handler-bot
This package is auto-updated.
Last update: 2024-12-29 09:51:31 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: