0

I have a pagination like this: www.example.com/region/"region"/category/"category"?page=2

I want to change to this: www.example.com/region/"region"/category/"category"/page=2
or
www.example.com/region/"region"/category/"category"/page/2

Any tipp to change question mark to / ?

Hege
  • 5
  • 1

1 Answers1

0

This is a duplicate question. Please search with various keywords on google with site:stackoverflow.com your_question_here in the search to get perfect StackOverflow results in the future. Here is the question, you can find your answer within it.

Ninja Edit: Since the article I linked is from an older Laravel version, I wanted to at least link a more modern solution since it's unfair to force you to use something that old. Check this article out

gowl
  • 314
  • 1
  • 11