We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423867f commit d790bcfCopy full SHA for d790bcf
README.md
@@ -84,6 +84,10 @@ return [
84
* Console:
85
* Writes the N+1 queries into your browsers console log
86
* \BeyondCode\QueryDetector\Outputs\Console::class
87
+ *
88
+ * JSON:
89
+ * Writes the N+1 queries into the response body of your JSON responses
90
+ * \BeyondCode\QueryDetector\Outputs\Json::class
91
*/
92
'output' => [
93
\BeyondCode\QueryDetector\Outputs\Alert::class
0 commit comments