Skip to content

Commit aa0b48a

Browse files
authored
Merge pull request #30 from HerrEisenheim/master
Update `Laravel paginator` hyperlink
2 parents 1597a63 + 9de4d00 commit aa0b48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Prev/Next buttons can be customized using the `prev-nav` and `next-nav` slots:
8080

8181
| Name | Type | Description |
8282
| --- | --- | --- |
83-
| `data` | Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.4/pagination) response. See below for default value. |
83+
| `data` | Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.7/pagination) response. See below for default value. |
8484
| `limit` | Number | (optional) Limit of pages to be rendered. Default `0` (unlimited pages) `-1` will hide numeric pages and leave only arrow navigation. Any positive integer (e.g. `2`) will define how many pages should be shown on either side of the current page when only a range of pages are shown (see below for example output). |
8585

8686
**Default `data`**
@@ -125,4 +125,4 @@ npm run test
125125

126126
## Credits
127127

128-
Laravel Vue Pagination was created by [Gilbert Pellegrom](https://gilbitron.me) from [Dev7studios](https://dev7studios.co). Released under the MIT license.
128+
Laravel Vue Pagination was created by [Gilbert Pellegrom](https://gilbitron.me) from [Dev7studios](https://dev7studios.co). Released under the MIT license.

0 commit comments

Comments
 (0)