-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
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
Labels
No labels