Response::json 不会用,请教各位一下(已解决)
我是做网页上拉获取更多商品的,然后原来的技术员写了一段最后一句是
return Response::json( ['data' => View::make( 'includes.more.blade', ['articles' => $articles] )->render()] );
我就照着他这个,写过去另外一个网站,但是报错了这个
Call to undefined method Illuminate\Http\Response::json()
请问是要如何用这个 Response::json
return Response::json( ['data' => View::make( 'includes.more.blade', ['articles' => $articles] )->render()] );
我就照着他这个,写过去另外一个网站,但是报错了这个
Call to undefined method Illuminate\Http\Response::json()
请问是要如何用这个 Response::json
1 个回复
萧晔离 - 一个脱离了高级趣味的人。
赞同来自: yee