File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ Each paginator instance provides additional pagination information via the follo
376376| ` $paginator->lastPage() ` | Get the page number of the last available page. (Not available when using ` simplePaginate ` ). |
377377| ` $paginator->nextPageUrl() ` | Get the URL for the next page. |
378378| ` $paginator->onFirstPage() ` | Determine if the paginator is on the first page. |
379+ | ` $paginator->onLastPage() ` | Determine if the paginator is on the last page. |
379380| ` $paginator->perPage() ` | The number of items to be shown per page. |
380381| ` $paginator->previousPageUrl() ` | Get the URL for the previous page. |
381382| ` $paginator->total() ` | Determine the total number of matching items in the data store. (Not available when using ` simplePaginate ` ). |
You can’t perform that action at this time.
0 commit comments