With the default laravel pagination my url looks like
http://127.0.0.1:88/sex/2?page=2
Is there a way to obtain something like
http://127.0.0.1:88/sex/2/page/2 or http://127.0.0.1:88/sex/2/2
Thanks :)
http://127.0.0.1:88/sex/2?page=2
Is there a way to obtain something like
http://127.0.0.1:88/sex/2/page/2 or http://127.0.0.1:88/sex/2/2
Thanks :)
