You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An empty paginator still renders just the disabled prev/next links or showing only 1 page, seems a bit strange considering in Laravel 5.2 it output nothing.
Is it suggested we publish and modify the view or wrap all our ->render() calls in an if statement? There's nothing about this mentioned on the upgrade guide so might catch quite a few people out.
It also renders when there is only 1 page, which is different from 5.2: