I use Laravel
paginate()
method to make pagination
in my application. It's works fine but one pain in my mind which is , pagination list items generate get method url like this
http://domain.com/route/?page=1
I love to see this as like
http://domain.com/route/page < or customName > /1
Please give a easy solution.
Thanks in advance.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community