Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

For a software dev like me who has no idea how to create a cute hand-drawn dashed line, this course just 100% works.

— Ira Zayats, Developer

dump Modifier

Dump a variable to the browser and see under the hood with data types and array exportation. Definitely just for debugging when in development.

food:
delicious:
- bacon
- sushi
{{ food | dump }}
array:2 [â–¼
"delicious" => array:2 [â–¶]
]
Hot Tip!

You can also use the dump tag to achieve a similar effect.

Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →