jtelesforoantonio / laravel-ms-teams-report-exceptions
Send exceptions to Microsoft Teams via incoming webhook
v1.0.0
2024-05-09 18:05 UTC
Requires
- php: ^7.2.5|^8.0
- ext-json: *
- laravel/framework: ^7.0|^8.0|^9.0|^10.0|^11.0
README
Send exceptions to Microsoft Teams using the incoming webhook connector.
Installation
composer require jtelesforoantonio/laravel-ms-teams-report-exceptions
Usage
The first step is create a webhook, see how here.
Once created you must add the following environment variables.
MS_TEAMS_REPORT_EXCEPTIONS_WEBHOOK_URL=https://your-webhook-url.com
MS_TEAMS_REPORT_EXCEPTIONS_ENABLED=true
If you need change some configuration run the following command to publish the config file.
php artisan vendor:publish --tag=ms-teams-report-exceptions-config