This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Releases: Askedio/laravel-item-paginate
Releases · Askedio/laravel-item-paginate
Laravel 5.3 Support
itemPaginateDesc
When using desc orders you'll want to use itemPaginateDesc, I could not find a good way to get the order by so it must be manually defined.
Removed unused functions.
Merge pull request #13 from Askedio/analysis-8Qlxaj Applied fixes from StyleCI
Better auto id
Had issues with joins using default id= 'id'
so default will now use table.id
and if a join is found (regexp on a period) the field will be extracted (after the period) to be used in the first and last item functions.