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 1212[ ![ Total Downloads] ( https://poser.pugx.org/guanguans/laravel-exception-notify/downloads )] ( https://packagist.org/packages/guanguans/laravel-exception-notify )
1313[ ![ License] ( https://poser.pugx.org/guanguans/laravel-exception-notify/license )] ( https://packagist.org/packages/guanguans/laravel-exception-notify )
1414
15- ## Related Links
15+ ## Related repositories
1616
1717* [ https://github.com/guanguans/notify ] ( https://github.com/guanguans/notify )
1818* [ 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
5353
5454## Usage
5555
56- ### Testing for exception notify
56+ ### Test whether exception can be monitored and reported to notification channel
5757
5858``` shell
5959php artisan exception-notify:test --channel=dump --job-connection=sync
@@ -76,7 +76,7 @@ php artisan exception-notify:test -v
7676
7777### Skip report
7878
79- Modify the ` boot ` method in the ` app/Providers/AppServiceProvider.php ` file
79+ ` app/Providers/AppServiceProvider.php `
8080
8181``` php
8282<?php
@@ -98,7 +98,7 @@ public function boot(): void
9898
9999### Extend channel
100100
101- Modify the ` boot ` method in the ` app/Providers/AppServiceProvider.php ` file
101+ ` app/Providers/AppServiceProvider.php `
102102
103103``` php
104104<?php
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class TestCommand extends Command
4040 SIGNATURE;
4141
4242 /** @noinspection ClassOverridesFieldOfSuperClassInspection */
43- protected $ description = 'Testing ' ;
43+ protected $ description = 'Test whether exception can be monitored and reported to notification channel ' ;
4444
4545 /**
4646 * @throws \ReflectionException
You can’t perform that action at this time.
0 commit comments