Skip to content

Commit 140f158

Browse files
(readme) makeup
1 parent 7356664 commit 140f158

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
## Laravel Alert Notifications
1+
2+
<h1 align="center">
3+
Laravel Alert Notifcations
4+
</h1>
5+
<p align="center">
6+
Send php exceptions to email, microsoft teams, slack.
7+
Notifications are throttle enabled so devs don't get a lot of emails from one host (or all hosts if cache driver is shared)
8+
Please check config for more details on throttling.
9+
</p>
10+
11+
212
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
313
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
414
<!-- ALL-CONTRIBUTORS-BADGE:END -->
515

16+
![composer-install-time](https://coveritup.app/badge?org=kevincobain2000&repo=laravel-alert-notifications&type=composer-install-time&branch=master)
17+
![coverage](https://coveritup.app/badge?org=kevincobain2000&repo=laravel-alert-notifications&type=coverage&branch=master)
18+
![composer-dependencies](https://coveritup.app/badge?org=kevincobain2000&repo=laravel-alert-notifications&type=composer-dependencies&branch=master)
19+
20+
![composer-install-time](https://coveritup.app/chart?org=kevincobain2000&repo=laravel-alert-notifications&type=composer-install-time&output=svg&width=160&height=160&branch=master)
21+
![coverage](https://coveritup.app/chart?org=kevincobain2000&repo=laravel-alert-notifications&type=coverage&output=svg&width=160&height=160&branch=master)
22+
![composer-dependencies](https://coveritup.app/chart?org=kevincobain2000&repo=laravel-alert-notifications&type=composer-dependencies&output=svg&width=160&height=160&branch=master)
623

7-
Send php exceptions to email, microsoft teams, slack.
8-
Notifications are throttle enabled so devs don't get a lot of emails from one host (or all hosts if cache driver is shared)
9-
Please check config for more details on throttling.
1024

1125
| Channels | Progress |
1226
| :------- | :--------- |

0 commit comments

Comments
 (0)