agencyleroy/craft-kint

Craft CMS plugin for Kint debugging

Maintainers

👁 agencyleroy

Package info

github.com/agencyleroy/craft-kint

Type:craft-plugin

pkg:composer/agencyleroy/craft-kint

Statistics

Installs: 7 059

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2018-10-13 17:27 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT fde021409cd07647fbc7c129e7ddf190b968a343

  • Marcus Aschan <marcus.woop@agencyleroy.com>

This package is auto-updated.

Last update: 2026-06-14 23:49:20 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