Laravel response()->json() disables pagination

后端 未结 0 1935
刺人心
刺人心 2021-01-22 01:07

I\'m returning two Laravel Api Collections and to do so I\'m using

 return  response()->json([
               \'user\' => new UserResource($contractor_user)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题