There was an error while loading. Please reload this page.
1 parent 326c234 commit 2494366Copy full SHA for 2494366
pagination.md
@@ -275,6 +275,7 @@ The JSON from the paginator will include meta information such as `total`, `curr
275
"per_page": 15,
276
"current_page": 1,
277
"last_page": 4,
278
+ "current_page_url": "http://laravel.app?page=1",
279
"first_page_url": "http://laravel.app?page=1",
280
"last_page_url": "http://laravel.app?page=4",
281
"next_page_url": "http://laravel.app?page=2",
0 commit comments