Pages

02 May, 2021

Customizable Paginated Routes

Customizable Paginated Routes


Out of the box, Laravel provides pagination but they are opinionated in how the url’s are generated. This pagination package allows you to customize the links by using translations and removes the query string parameter.

For an example, here is what your new links can look like:

http://example.com/news/page/2

Or fully translatable:

http://example.com/nieuws/pagina/2
http://example.com/nachrichten/seite/2

No comments:

Post a Comment

Thanks