Skip to content

Commit

Permalink
chore(docs): add images and update channel list
Browse files Browse the repository at this point in the history
- Added images for new channels (bark, discord, lark, mail, slack, telegram)
- Updated the channel list in the README file
  • Loading branch information
guanguans committed May 9, 2024
1 parent fb94f4e commit 8d38430
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ php artisan exception-notify:test --ansi -v

### Notification examples

| 1 | 2 | 3 |
|------------------------------|------------------------------|------------------------------|
| ![xiZhi-1](docs/xiZhi-1.jpg) | ![xiZhi-2](docs/xiZhi-2.jpg) | ![xiZhi-3](docs/xiZhi-3.jpg) |
| discord | lark | mail | slack | telegram | weWork |
|:----------------------------:|:----------------------:|:--------------------------:|:----------------------------:|:----------------------------------:|:------------------------------:|
| ![discord](docs/discord.jpg) | ![lark](docs/lark.jpg) | ![mail.jpg](docs/mail.jpg) | ![slack.jpg](docs/slack.jpg) | ![telegram.jpg](docs/telegram.jpg) | ![weWork.jpg](docs/weWork.jpg) |

### Skip report

Expand Down Expand Up @@ -113,7 +113,7 @@ use Illuminate\Container\Container;
public function boot(): void
{
ExceptionNotify::extend('YourChannelName', function (Container $container): Channel {
return 'instance of the `\Guanguans\LaravelExceptionNotify\Contracts\Channel`.';
return 'Instance of the `\Guanguans\LaravelExceptionNotify\Contracts\Channel`.';
});
}
```
Expand Down
Binary file added docs/bark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/discord.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/lark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/mail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pushDeer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/slack.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/telegram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/weWork.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/xiZhi-1.jpg
Binary file not shown.
Binary file removed docs/xiZhi-2.jpg
Binary file not shown.
Binary file removed docs/xiZhi-3.jpg
Binary file not shown.

0 comments on commit 8d38430

Please sign in to comment.