Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Releases: Askedio/laravel-item-paginate

Laravel 5.3 Support

29 Aug 22:28
Compare
Choose a tag to compare

Changed composer to require laravel 5.* not 5.2.*, tests pass, should work fine with 5.3.

itemPaginateDesc

02 Aug 23:43
Compare
Choose a tag to compare

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.

02 Aug 20:44
Compare
Choose a tag to compare
Merge pull request #13 from Askedio/analysis-8Qlxaj

Applied fixes from StyleCI

Better auto id

02 Aug 20:09
Compare
Choose a tag to compare

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.

1.0.0

02 Aug 19:08
Compare
Choose a tag to compare
disclaimer