Skip to content

Support for simplePaginate #197

@TCURT15

Description

@TCURT15

Thanks for this very handy package. I am running into some unexpected results when using Laravel's simple pagination. The pagination data is missing from the response.

return responder()->success(Post::simplePaginate(15));

Current Result

{
  data: [],
  status: 200,
  success: true
}

Expected Result

{
  data: [],
  pagination: {},
  status: 200,
  success: true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions