Level 3
its not working .. :(
Summer Sale! All accounts are 50% off this week.
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.