Skip to content

Instantly share code, notes, and snippets.

@zofe
Last active November 14, 2015 08:43
Show Gist options
  • Select an option

  • Save zofe/32c86cba1c5db70da69c to your computer and use it in GitHub Desktop.

Select an option

Save zofe/32c86cba1c5db70da69c to your computer and use it in GitHub Desktop.
<?php
$response = \Cache::remember('mia_chiave', env('CACHE_EXPIRE'), function() {
return view('path.vista')->render();
});
return response($response,200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment