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
14
14
<div class =" alert alert-warning " >If you are a Laravel user, Eloquent does not come with a Porpaginas
15
15
iterator. However, <a href =" laravel-package-advanced " >the GraphQLite Laravel bundle comes with its own pagination system</a >.</div >
16
16
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
+
17
25
## Usage
18
26
19
27
In 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
15
15
<div class =" alert alert-warning " >If you are a Laravel user, Eloquent does not come with a Porpaginas
16
16
iterator. However, the GraphQLite Laravel bundle <a href =" laravel-package-advanced.md " >comes with its own pagination system</a >.</div >
17
17
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
+
18
26
## Usage
19
27
20
28
In your query, simply return a class that implements ` Porpaginas\Result ` :
You can’t perform that action at this time.
0 commit comments