Skip to content

Commit c9ef1f5

Browse files
committed
add console.log option to config comment and readme
1 parent 7f85d1f commit c9ef1f5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ return [
8080
* Log:
8181
* Writes the N+1 queries into the Laravel.log file
8282
* \BeyondCode\QueryDetector\Outputs\Log::class
83+
*
84+
* Console:
85+
* Writes the N+1 queries into your browsers console log
86+
* \BeyondCode\QueryDetector\Outputs\Console::class
8387
*/
8488
'output' => [
8589
\BeyondCode\QueryDetector\Outputs\Alert::class

config/config.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
* Log:
3737
* Writes the N+1 queries into the Laravel.log file
3838
* \BeyondCode\QueryDetector\Outputs\Log::class
39+
*
40+
* Console:
41+
* Writes the N+1 queries into your browsers console log
42+
* \BeyondCode\QueryDetector\Outputs\Console::class
3943
*/
4044
'output' => [
4145
\BeyondCode\QueryDetector\Outputs\Log::class,

0 commit comments

Comments
 (0)