1

Is there a way to get a pretty url instead of the query string for Laravel Pagination without using a package? I've been looking around and it looks like this won't come out of the box.

Jesse
  • 54
  • 5

2 Answers2

0

named route are more specific for this for further read documentation laravel named routes

Muhammad Awais
  • 156
  • 1
  • 6
0

I do not know exactly what kind of pagination you want but you can implement this manually like this post.

This package may also be useful (laravel-paginateroute)

You can also customize URL in Laravel (Customizing The Paginator URI)

Alihossein shahabi
  • 4,034
  • 2
  • 33
  • 53