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) }}
Dump multiple variables
{{ d(var1, var2) }}
-
Serge Rosolovsky
Found the plugin useful on 15 Mar, 2021
Awesome plugin!!!
-
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 |