How to make laravel pagination pretty instead of query params in Laravel 10?

140 views Asked by At

I want to change pagination default from ?page=2 to /page/2

I have tried https://github.com/spatie/laravel-paginateroute but it is archived & used for old Laravel verisons.

How can I implement this?

0

There are 0 answers