Skip to content

Commit fff4469

Browse files
committed
docs(readme): Add collapsible section for notification examples
- Add a collapsible details section for better organization of notification examples - Include images for Discord, Slack, Telegram, Lark, Mail, and WeWork - Improve readability and accessibility of the README documentation
1 parent 2f4f155 commit fff4469

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,17 @@ php artisan exception-notify:test --ansi -v
5959

6060
### Notification examples
6161

62+
<details>
63+
<summary>details</summary>
64+
6265
| discord | slack | telegram |
6366
|:----------------------------:|:------------------------:|:------------------------------:|
6467
| ![discord](docs/discord.jpg) | ![slack](docs/slack.jpg) | ![telegram](docs/telegram.jpg) |
6568
| lark | mail | weWork |
6669
| ![lark](docs/lark.jpg) | ![mail](docs/mail.jpg) | ![weWork](docs/weWork.jpg) |
6770

71+
</details>
72+
6873
### Skip report
6974

7075
Modify the `boot` method in the `app/Providers/AppServiceProvider.php` file

0 commit comments

Comments
 (0)