where('id',$id); } $list = $list->orderBy('order_by', 'DESC') ->get() ->toArray(); foreach ($list as &$item) { $item['plugins'] = explode(',', $item['plugins']); $item['count'] = count($item['plugins']); } return $list; } }