LengthAwarePaginator
interface LengthAwarePaginator implements Paginator (View source)
Methods
string url(int $page) Get the URL for a given page. from Paginator $this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. from Paginator $this|string fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. from Paginator string|null nextPageUrl() The the URL for the next page, or null. from Pag