224

Product support

Get help in the plugin support forum.

Categories

OctoberCMS plugin that add Twig function d() for recursively dump passed variables only if app.debug is true.

Laravel 6 support!

OctoberCMS plugin that add Twig function d() for recursively dump passed variables only if app.debug is true

Usage

Dump a collection

{{ d(myVar) }}

Twig d() Collection demo

Dump multiple variables

{{ d(var1, var2) }}

dump mulitvars

1.1.1

Array to string conversation fixed. Thanks giving to https://github.com/igor-tv

Aug 15, 2022

1.1.0

Deep code refactoring. Thanks giving to https://github.com/LeMaX10, composer included

Jul 28, 2022

1.0.0

First version based on Twig Dump with Laravel 6 support. Thanks to all contributors

Nov 01, 2020