- laravel query monitor

This commit is contained in:
Peter Papp
2021-03-18 07:09:43 +01:00
parent fc18280842
commit c73e44ff01
4 changed files with 524 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<?php
return [
'enable' => env('LARAVEL_QUERY_MONITOR', true),
'host' => env('LARAVEL_QUERY_MONITOR_HOST', '0.0.0.0'),
'port' => env('LARAVEL_QUERY_MONITOR_PORT', 8081),
];