Fast Paginate for Laravel
Laravel Fast Paginate is a fast implementation of offset/limit pagination for Laravel. You can use the same pagination API available in Laravel via the fastPaginate() method. If you'd like to learn more about the techniques used in this package, check out Efficient Pagination Using Deferred Joins.