Level 3
its not working .. :(
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have this session has name services, how remove all 0 array from the session in Laravel?
// output session services
array:2 [▼
0 => array:8 [▶]
1 => array:8 [▶]
]
// this construction not work ...
session()->forget( session('services')[0] );
Please or to participate in this conversation.