Level 3
session(['key' => 'value']); or Session::put('key','value')
I'm not 100% sure on the syntax.
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Session::push('user.teams', 'developers');
Please or to participate in this conversation.