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) }}
-
Publipresse Médias
Found the plugin not useful on 29 Apr, 2021
forget it, don't work with new october base on laravel 6. A PR was submitted 6 month ago on github but not commited. Seems unmaintained now :/
-
Pierre-André Vullioud author
Replied on 11 Jun, 2021
The latest version (1.0.1) adds support for Laravel 6, thanks for your patience.
-
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.1 |
Add support of Laravel 6 Jun 11, 2021 |
---|---|
1.0.0 |
First version of Dump May 31, 2017 |