/** * Display a listing of the resource. * * @return Response */ public function index() { $result = Like::getLishLike(); return Response::json($result); }