agencyleroy / craft-kint
Craft CMS plugin for Kint debugging
Package info
github.com/agencyleroy/craft-kint
Type:craft-plugin
pkg:composer/agencyleroy/craft-kint
1.0.3
2018-10-13 17:27 UTC
Requires
- kint-php/kint-twig: ^2.0
This package is auto-updated.
Last update: 2026-03-14 23:24:42 UTC
README
Kint debugging plugin for Craft CMS 3.x
Kint is a powerful debugging tool for PHP. This plugin enables you to use Kint in your Twig templates in Craft CMS.
Usage
Using Kint in your Twig templates couldn't be simpler:
{{ d(craft) }}
{{ d() }}
Requirements
This plugin requires Craft CMS 3.0 or later.
Installation with Composer
Install the plugin by running:
foo@bar:~$ composer require agencyleroy/craft-kint