Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hannesvdvreken/10fa1e6d37321746d55b to your computer and use it in GitHub Desktop.
Save hannesvdvreken/10fa1e6d37321746d55b to your computer and use it in GitHub Desktop.
$posts = Cache::remember('posts', $minutes, App::wrap(function (PostsRepository $repo) {
return $repo->all();
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment