agencyleroy / craft-kint
Craft CMS plugin for Kint debugging
Installs: 6 931
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- kint-php/kint-twig: ^2.0
This package is auto-updated.
Last update: 2025-03-14 21:09:24 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