Twig Dump + with 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) }}