Closed NigelGreenway closed 7 years ago
Ignore that, I passed the wrong value to something :(
No problem. the main thing you have found a solution.
Do not need touch templates, Tracy append after </body></html>
.
For show Tracy you only need enable Debugger::enable();
this minimum you must see Tracy panel.
all other is Tracy addons.
@1f7 Debugger::enable(); does not works for me. Already follow the guide, but panel didn't render
Already fix, by 'addContentLengthHeader' => false,
@arma7x, thanks i add it in readme
I might be doing something stupid here, but I can not get the panel to render in the HTML?
Should this render the panel automatically or should I be explicitly adding some HTML within Twig to render it or call a function?