We use a paginator presenter to generate the array necessary for pagination. They are used in the CP and in templates.
Newer versions of Laravel changed how pagination works. No longer uses presenters, instead it uses views which would just return html.
We need to work out a way to get our arrays back.
Currently disabled in:
Currently broken in:
We use a paginator presenter to generate the array necessary for pagination. They are used in the CP and in templates.
Newer versions of Laravel changed how pagination works. No longer uses presenters, instead it uses views which would just return html.
We need to work out a way to get our arrays back.
Currently disabled in:
Currently broken in: