Skip to content

Instantly share code, notes, and snippets.

@ruslankonev
Created September 18, 2013 08:31
Show Gist options
  • Save ruslankonev/6606268 to your computer and use it in GitHub Desktop.
Save ruslankonev/6606268 to your computer and use it in GitHub Desktop.
Laravel Кеширование постов
<?php
$articles = Article::remember(5)->get(); // works great!
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment