dev-master
9999999-devSimple telegram exceptions reporter
The Requires
by Gleb
Wallogit.com
2017 © Pedro Peláez
Simple telegram exceptions reporter
Simple decorator for default ExceptionHandler script, which provides ability to track exceptions in your projects., (*1)
Package is available via composer. composer require frameworkteamru/telegram-reporter:dev-master, (*2)
Add Frameworkteam\TelegramReporter\TelegramReporterServiceProvider::class to your providers section in config/app.php, (*3)
Publish vendor files. php artisan vendor:publish --provider="Frameworkteam\TelegramReporter\TelegramReporterServiceProvider", (*4)
Edit config/telegram-report.php, (*5)
Run migrations by php artisan:migrate, (*6)
You can authorize access to routes provided by package, (*7)
ExceptionsMiddleware::class in config/telegram-report.php.config/telegram-report.php
Api routes are also provided by this package, so AJAX requests can be handled too, (*8)
To send report in telegram chats, package uses queues, dont forget to set them up, (*9)
Simple telegram exceptions reporter