Quantcast
Channel: Laravel News
Viewing all articles
Browse latest Browse all 1793

Customizable Paginated Routes →

$
0
0

Laravel 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

Viewing all articles
Browse latest Browse all 1793

Trending Articles