This commit is contained in:
Dane Everitt 2017-03-16 19:54:31 -04:00
parent 955d89c0c6
commit 1aa191210a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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,
],
],
];