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

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

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -