Skip to content

AlexBrin/laravel-tideways-xhprof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Tideways (XHProf)

Library for profiling queries in Laravel with Tideways

Install:

composer require alexbrin/laravel-tideways-xhprof

Settings

Create file tiedways.php in config path with content:

<?php

return [
    'enabled' => true, 
    'global_middleware' => true,
];

Params description

Name Default Description
enabled true Enabling or disabling the profiler
global_middleware true The inclusion the global middleware for profiling at any route

Releases

No releases published

Packages

No packages published

Languages