multicaret / laravel-acquaintances

This package gives Eloquent models the ability to manage friendships (with groups), followships along with Likes, favorites..etc.
https://laravel-news.com/manage-friendships-likes-and-more-with-the-acquaintances-laravel-package
MIT License
808 stars 72 forks source link

add cursor paginate support #74

Closed agus24 closed 2 years ago

agus24 commented 2 years ago

update getFriends and getOrPaginate to support cursor pagination

my current application using cursor paginate for pagination so i need to add this to support those

mkwsra commented 2 years ago

Thank you so much, such a nice addition 👍