搜尋

首頁  >  問答  >  主體

laravel 對分頁資料進行transformer

需要對分頁資料進行transformer,但是不知道如何解決,以下是我的程式碼

$devis=DB::table('devis')->orderBy('category_id','DESC')->paginate(10);
        return $this->respondWithCollection($devis,new DevisTransformer());

回傳500
錯誤訊息:"Type error: Argument 1 passed to AppHttpControllersApiController::respondWithCollection() must be an instance of IlluminateSupportCollection, nceinstance IllumthatefPagination of IllumthrpaateSupportCollection, nce instance, IlluminatefPagination 成本d ##

PHP中文网PHP中文网2786 天前462

全部回覆(1)我來回復

  • 大家讲道理

    大家讲道理2017-05-16 16:52:46

    $this->response->paginator()

    回覆
    0
  • 取消回覆