Adds the d()
function to Twig to recursively dump provided variables in the same manner as Laravel's dd()
function. Unlike Twig's native dump()
function, d()
displays all nested members of the provided variables.
Support
Please use GitHub Issues to report any issues with this plugin.
Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.
Usage
Dumping a single variable
{{ d(myCollection) }}
Dumping multiple variables
{{ d(var1, var2) }}
-
Ivan Dunets
Found the plugin useful on 12 Aug, 2017
Very nice plugin! Thanks!
-
Yan Morand
Found the plugin useful on 20 Jun, 2017
Thanks! Simply effective!
-
Youssef Seghir
Found the plugin useful on 15 Jun, 2017
Nice plugin! Really useful! Thanks!
-
OFFLINE
Found the plugin useful on 15 Jun, 2017
Simple but so useful! I've been waiting for this one!
-
1.0.0 |
First version of Dump May 31, 2017 |
---|