Dump Data

show() is a helper function that can dump nested data and prevent the infinite loop.

You can use this function in both blade and twig.

{{ show($config) }}

Multiple params:

{{ show($config, $meta, $foo) }}

If last parameter is int, it will be the limit level:

{{ show($config, $meta, $foo, $bar, 7) }}

Help improve our documentation