PHP v 7.1.9
Laravel: 5.6
PHP Debugbar is a useful tool that helps you understand the memoray usage and debug queries etc. It looks like the Laravel extension for it is not working with Laravel-Swoole:
https://github.com/barryvdh/laravel-debugbar
Do I need to configure something to make it work?
Hi @aftabnaveed ,
I don't think laravel-debugbar can 100% work with this package.
laravel-debugbar won't be enabled in cli mode. (see: https://github.com/barryvdh/laravel-debugbar/blob/master/src/LaravelDebugbar.php#L760)laravel-debugbar to re-register list but only few collectors work.Do you recommend any profiler that can be used with Swoole?
Xdebug works with swoole version 2.x. Stable Version 4.0 is not yet released so it does not make sense to use that at this time. I will close this issue now. Thanks for your help.
Most helpful comment
Hi @aftabnaveed ,
I don't think
laravel-debugbarcan 100% work with this package.laravel-debugbarwon't be enabled in cli mode. (see: https://github.com/barryvdh/laravel-debugbar/blob/master/src/LaravelDebugbar.php#L760)laravel-debugbarto re-register list but only few collectors work.