Estimated reading time: 1 minute
  • https://laravel-news.com/eloquent-tips-tricks
  • https://hackernoon.com/dynamic-but-limited-page-size-with-laravel-pagination-2826cab8b053

laravel + vue pagination

  • https://itsolutionstuff.com/post/laravel-vue-js-pagination-example-with-demoexample.html
// add inside  model // defaulr per page 25
$protected perPage = 1000;