File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
[ ![ Total Downloads] ( https://poser.pugx.org/guanguans/laravel-exception-notify/downloads )] ( https://packagist.org/packages/guanguans/laravel-exception-notify )
13
13
[ ![ License] ( https://poser.pugx.org/guanguans/laravel-exception-notify/license )] ( https://packagist.org/packages/guanguans/laravel-exception-notify )
14
14
15
- ## Related Links
15
+ ## Related repositories
16
16
17
17
* [ https://github.com/guanguans/notify ] ( https://github.com/guanguans/notify )
18
18
* [ https://github.com/guanguans/yii-log-target ] ( https://github.com/guanguans/yii-log-target )
@@ -53,7 +53,7 @@ EXCEPTION_NOTIFY_WEWORK_TOKEN=73a3d5a3-ceff-4da8-bcf3-ff5891778
53
53
54
54
## Usage
55
55
56
- ### Testing for exception notify
56
+ ### Test whether exception can be monitored and reported to notification channel
57
57
58
58
``` shell
59
59
php artisan exception-notify:test --channel=dump --job-connection=sync
@@ -76,7 +76,7 @@ php artisan exception-notify:test -v
76
76
77
77
### Skip report
78
78
79
- Modify the ` boot ` method in the ` app/Providers/AppServiceProvider.php ` file
79
+ ` app/Providers/AppServiceProvider.php `
80
80
81
81
``` php
82
82
<?php
@@ -98,7 +98,7 @@ public function boot(): void
98
98
99
99
### Extend channel
100
100
101
- Modify the ` boot ` method in the ` app/Providers/AppServiceProvider.php ` file
101
+ ` app/Providers/AppServiceProvider.php `
102
102
103
103
``` php
104
104
<?php
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class TestCommand extends Command
40
40
SIGNATURE;
41
41
42
42
/** @noinspection ClassOverridesFieldOfSuperClassInspection */
43
- protected $ description = 'Testing ' ;
43
+ protected $ description = 'Test whether exception can be monitored and reported to notification channel ' ;
44
44
45
45
/**
46
46
* @throws \ReflectionException
You can’t perform that action at this time.
0 commit comments