Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

[FEATURE REQUEST] Add pagination default to the config file #25

Closed aaronsaray closed 5 years ago

aaronsaray commented 5 years ago

Is your feature request related to a problem? Please describe. There's no problem. But, some people might not want 100 to be the default pagination from the API. I think we can put that value in the config file.

Describe the solution you'd like

  1. Make a config option for default pagination value
  2. Set it to 100
  3. Modify the controllers to use that.
QuintenJustus commented 5 years ago

PR #26 approved for merge in next release! Thanks 👍