baopham / laravel-dynamodb

Eloquent syntax for DynamoDB
https://packagist.org/packages/baopham/dynamodb
MIT License
490 stars 127 forks source link

Pagination #258

Closed raflyrenaldy closed 1 year ago

raflyrenaldy commented 2 years ago

i've seen this documenation https://github.com/baopham/laravel-dynamodb#pagination

but still didnt have solutions. im try to order->limit(4); sometimes thats orders does not output data at all. its still bugs ?

zoe-edwards commented 2 years ago

You’re not being very clear here, what code are you using? What are you ordering and limiting?

raflyrenaldy commented 1 year ago

You’re not being very clear here, what code are you using? What are you ordering and limiting?

im using lumen 9.x, im just limiting the data from db dynamodb..

zoe-edwards commented 1 year ago

Can you show just a the bit of code that’s causing the issue?