PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
beyondcode
/
laravel-query-detector
/
src
/
Outputs
<?php namespace BeyondCode\QueryDetector\Outputs; use Illuminate\Support\Collection; use Symfony\Component\HttpFoundation\Response; class Clockwork implements Output { public function boot() { // } public function output(Collection $detectedQueries, Response $response) { clock()->warning("{$detectedQueries->count()} N+1 queries detected:", $detectedQueries->toArray()); } }
[-] Alert.php
[edit]
[+]
..
[-] Log.php
[edit]
[-] Debugbar.php
[edit]
[-] Json.php
[edit]
[-] Console.php
[edit]
[-] Output.php
[edit]
[-] Clockwork.php
[edit]