This commit is contained in:
Dane Everitt
2017-03-16 19:54:31 -04:00
parent 955d89c0c6
commit 1aa191210a
4 changed files with 21 additions and 1 deletions

View File

@@ -16,4 +16,18 @@ return [
'author' => env('SERVICE_AUTHOR'),
],
/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
|
| Certain pagination result counts can be configured here and will take
| effect globally.
*/
'paginate' => [
'frontend' => [
'servers' => 15,
],
],
];