laravel-cross-eloquent-search
laravel-cross-eloquent-search copied to clipboard
limit() and offset() without using paginate
Hello,
Love this package!
Any thoughts on how I could use the limit / offset eloquent methods vs paginate? I'm handling pagination a little differently in one project and would like to use this package but without the paginate() method.
Thank you