ViralTiger
9/20/2017 - 9:59 AM

Remove items from Collection

Removing items from a collection where there is a common variable such as a user_id etc.

        $data = $data->keyBy('user_id');
        $data->forget($item->id);