Skip to content

Commit

Permalink
docs(readme): Update README.md
Browse files Browse the repository at this point in the history
- Add test for exception notify
- Update notification result section
  • Loading branch information
guanguans committed Aug 12, 2023
1 parent f7d2755 commit 2273fde
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,17 @@ public function report(Throwable $exception)
}
```

### 通知结果(息知)
### 测试异常通知

息知 1 | 息知 2 | 息知 3
------------------------------|------------------------------|------------------------------
![xiZhi-1](docs/xiZhi-1.jpg) | ![xiZhi-2](docs/xiZhi-2.jpg) | ![xiZhi-3](docs/xiZhi-3.jpg)
```shell
php artisan exception-notify:test
```

### 通知示例(息知)

| 1 | 2 | 3 |
|------------------------------|------------------------------|------------------------------|
| ![xiZhi-1](docs/xiZhi-1.jpg) | ![xiZhi-2](docs/xiZhi-2.jpg) | ![xiZhi-3](docs/xiZhi-3.jpg) |

## 扩展自定义通道

Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,17 @@ public function report(Throwable $exception)
}
```

### Notification result(Xi Zhi)
### Test for exception notify

Xi Zhi 1 | Xi Zhi 2 | Xi Zhi 3
------------------------------|------------------------------|------------------------------
![xiZhi-1](docs/xiZhi-1.jpg) | ![xiZhi-2](docs/xiZhi-2.jpg) | ![xiZhi-3](docs/xiZhi-3.jpg)
```shell
php artisan exception-notify:test
```

### Notification example(Xi Zhi)

| 1 | 2 | 3 |
|------------------------------|------------------------------|------------------------------|
| ![xiZhi-1](docs/xiZhi-1.jpg) | ![xiZhi-2](docs/xiZhi-2.jpg) | ![xiZhi-3](docs/xiZhi-3.jpg) |

## Extend custom channel

Expand Down

0 comments on commit 2273fde

Please sign in to comment.