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

Session:Dump Tag

The contents of the user session can be dumped to the browser. You never know when you need to peek inside the black box.

Example

{{ session:dump }}
{{-- Using session() helper and PHP --}}
@php(dump(session()->all()))
 
{{-- Using Antlers Blade Components --}}
<s:session:dump />
Screenshot of the output of a session:dump tag.
If you're lucky, your dump can look like this.
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →