Skip to content

empty JSON when get paginated results #92

Open
@ecuation

Description

@ecuation

Hi, I'm just trying to pass a paginated collection, heres my code snippet.

`$messages = Message::paginate(10);

JavaScript::put([
//data,
'messages' => $messages
]);
`

It returns an empty json:

$_backend.messages = {}

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions