Support the ongoing development of Laravel.io →
posted 10 years ago
Session
Last updated 2 years ago.
0
Solution

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']));
Last updated 2 years ago.
0

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.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.