Changing pagination HTML in Laravel 5.1

3

Is there a way to change the HTML returned by the render() method in the inline pagination in Laravel 5.1?

Note: I solved this by creating a helper that uses str_replace() , but I believe it is not the most correct medium.

Thank you.

    
asked by anonymous 16.09.2015 / 13:25

2 answers

0

I found this library - Landish / Pagination - which already brings some pagers and allows you to easily create your own.

    
16.09.2015 / 18:56
0

Opens the page that contains the page.

Opens Inspect Element from Chrome or another browser you use and inspects the elements that assemble the paging.

Change via CSS .

    
16.09.2015 / 13:30