Skip to content

Instantly share code, notes, and snippets.

@gusmantap
Last active December 24, 2019 02:46
Show Gist options
  • Save gusmantap/a33e62d187176268e623d36fec10414c to your computer and use it in GitHub Desktop.
Save gusmantap/a33e62d187176268e623d36fec10414c to your computer and use it in GitHub Desktop.
pagination transform laravel
<?php
$all::pagination();
$all->getCollection()->transform(function($v){
return $this->transform($v);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment