Pull out the entire array, remove the item, and put the array back into the session:
Session::put('user.teams', array_diff(Session::get('user.teams'), ['marketing']));
Hi. I got helped also on "Live Chat" and the solution is what nc01 suggested. I also checked the source code and there is no method to remove from array by value.
Thank you.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community