Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 402 Bytes

Twig Debug Plugin

This plugin is currently a work-in-progress and has not been been fully tested.

This plugin is an addon for PyroCMS 3.x and provides a the dd() and dump() functions in Twig.

Use {{ dump(object)}} or {{ dd(object) }} to dump the contents of an object in a Twig template.

Usage

Install the plugin with Composer

$ composer require adrianfalleiro/twig_debug-plugin