Mushr00m's avatar

L5.1 Pagination config view gone

Hi,

For a specific design I can't use the way Laravel 5.1 display the pagination link. I need to change the chevrons for next and previous links to a text translated. In L4.2 I was using the view config file to use a custom view that did that but it's gone on L5.1.

I read some are using a presenter that they pass each time they call the render(), but it's not very convenient to do so IMO. Do you have any ideas to make it simple and still be able to just call render() ?

Thanks

0 likes
3 replies
Mushr00m's avatar

I'm not sure to understand. I need to create my own pagination class, Paginator is not here for that ? It feels weird to do so when the L4.2 version did it perfectly, or I'm missing something here.

What I would like to do is setting a custom presenter or view for the whole app for the pagination and not having to pass the presenter each time I call the pagination render().

Please or to participate in this conversation.