You can write your own custom pagination read this http://laravel.io/forum/11-13-2014-laravel-5-pagination
Oct 14, 2015
3
Level 3
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
Please or to participate in this conversation.