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 />

Docs Feedback
Submit improvements, related content, or suggestions through Github.
Betterify this page