anbu
anbu copied to clipboard
Anbu profiler for the Laravel PHP Framework.
I had a need to disable the Anbu for a particular request while testing and I was presented with the following error Undefined index: disable …/vendor/daylerees/anbu/src/Profiler.php:338 I figured it was...
Maybe I am doing something wrong? In my case Anbu html code is outputing **before** even < html > tag -- i.e before any ouput from templates. Which **totally** screws...
Hi and thanks for this nice profiler. After uploading a file I get the exception below. I am not sure if I should just exclude anbu for this request or...
Now, when I am on, for example, "Queries tab", and in background something is going on. I want to go to the latest "queries" I need to use "Back to...
I wanted to try Anbu, but after updating composer and setting the service provider im getting exception 'Illuminate\Container\BindingResolutionException' with message 'Target [Anbu\Repositories\Repository] is not instantiable.' after calling ad('foo'). It seems...
 If that's timer widget, maybe timeline of measured events would suffice?
str_limit supposed to receive string, no array. But argv is array (at least, in some web server configs). print_r($value, true) works fine.
For better or for worse, default blade syntax for HTML in L5 is now `{!! $var !!}`. Local workaround: - views/index.blade.php - change `{{ $child }}` to `{!! $child !!}`...
Hey Dayle There seems to be an issue running Codeception with Anbu installed. First reported this issue with Codeception, but after some discussion, tracked down the issue to Anbu. Here...
We've been looking at using Anbu, but unfortunately the output is messing up our icons. We've found that this is caused by Anbu placing its button HTML before any other...