php - Custom pagination in laravel 5.2 -


hello working on laravel project.

i used pagination facades in project

like paginate(16); , in blade file $data->render()

which create url "http://example.com?page=2"

but want url "http://example.com/2"

please let me know how this.

thanks in advance.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -