In fact $paginator->getLastPage() > 1 seems to return one even if there is actually 2 pages?
Just so it's clear, this was working up until recently (I believe). Also, using ->links() is rendering the view which is great, the issue seems to be with the following line:
($paginator->getLastPage() > 1)
This is currently returning 1 when there are in fact two pages.
http://laravel.io/forum/12-15-2014-paginator-appends-array-not-working
Paginate like in this link (Nothing Else).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community