Skip to content

Commit 262dd06

Browse files
committed
docs(readme): Update exception notify test commands
- Modify exception notify test commands for better clarity - Add channel and config options for mail testing - Retain original sync and verbosity options for consistency
1 parent e458886 commit 262dd06

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ EXCEPTION_NOTIFY_WEWORK_TOKEN=73a3d5a3-ceff-4da8-bcf3-ff5891778
5656
### Testing for exception notify
5757

5858
```shell
59-
php artisan exception-notify:test --channel=dump --queue-connection=sync --ansi -v
60-
php artisan exception-notify:test --queue-connection=sync --ansi -v
61-
php artisan exception-notify:test --ansi -v
62-
php artisan exception-notify:test --ansi
59+
php artisan exception-notify:test --channel=dump --queue-connection=sync
60+
php artisan exception-notify:test --channel=mail --config=mail.default=log --queue-connection=sync
61+
php artisan exception-notify:test --queue-connection=sync
62+
php artisan exception-notify:test
63+
php artisan exception-notify:test -v
6364
```
6465

6566
### :camera_flash: Notification examples

0 commit comments

Comments
 (0)