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

4x4 Matrix in Python -

python - String indices must be integers and while issue -

python - PyInstaller UAC not working in onefile mode -