lysice / laravel-xhprof
Library for profiling queries in Laravel with xhprof
dev-master
2023-01-14 07:11 UTC
Requires
- php: >=7.0
- laravel/framework: >=5.6
This package is auto-updated.
Last update: 2024-10-14 11:11:16 UTC
README
Library for profiling queries in Laravel with xhprof
Install:
composer require lysice/laravel-xhprof
Settings
Create file xhprof.php
in config
path with content:
<?php return [ 'enabled' => true, 'global_middleware' => true, 'flags' => XHPROF_FLAGS_CPU|XHPROF_FLAGS_MEMORY|XHPROF_FLAGS_NO_BUILTINS ];