verbb / kint

Adds Kint, an in-app PHP debugger, to Craft CMS for use in Twig and PHP.
MIT License
3 stars 3 forks source link

No toolbar after installation #4

Closed spencer-ki closed 2 years ago

spencer-ki commented 2 years ago

Hi there, I've tried installing via the Craft plugin store and via composer. It appears to be installed, but I have not yet seen the Kint toolbar or anything rendered in the html. What might I be missing? Craft CMS 3.6.4.1 with Kint 1.0.0

engram-design commented 2 years ago

Hard to say without looking at your setup, but it will require a proper HTML document with <html><body>..., otherwise it won't be output.

You'll also need to call one of the templating calls, as it won't appear without those unlike the Yii debug toolbar for example.