File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
website/versioned_docs/version-4.0 Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ PHP arrays, Doctrine and [TDBM](https://thecodingmachine.github.io/tdbm/doc/limi
1414<div class =" alert alert-warning " >If you are a Laravel user, Eloquent does not come with a Porpaginas
1515iterator. However, <a href =" laravel-package-advanced " >the GraphQLite Laravel bundle comes with its own pagination system</a >.</div >
1616
17+ ## Installation
18+
19+ You will need to install the [ Porpaginas] ( https://github.com/beberlei/porpaginas ) library to benefit from this feature.
20+
21+ ``` bash
22+ $ composer require beberlei/porpaginas
23+ ```
24+
1725## Usage
1826
1927In your query, simply return a class that implements ` Porpaginas\Result ` :
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ PHP arrays, Doctrine and [TDBM](https://thecodingmachine.github.io/tdbm/doc/limi
1515<div class =" alert alert-warning " >If you are a Laravel user, Eloquent does not come with a Porpaginas
1616iterator. However, the GraphQLite Laravel bundle <a href =" laravel-package-advanced.md " >comes with its own pagination system</a >.</div >
1717
18+ ## Installation
19+
20+ You will need to install the [ Porpaginas] ( https://github.com/beberlei/porpaginas ) library to benefit from this feature.
21+
22+ ``` bash
23+ $ composer require beberlei/porpaginas
24+ ```
25+
1826## Usage
1927
2028In your query, simply return a class that implements ` Porpaginas\Result ` :
You can’t perform that action at this time.
0 commit comments