Skip to content

Instantly share code, notes, and snippets.

@Teevio
Created October 15, 2015 17:59
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 Teevio/38ee5bf4e3b278af2ded to your computer and use it in GitHub Desktop.
Save Teevio/38ee5bf4e3b278af2ded to your computer and use it in GitHub Desktop.
<?php
// Unique key for the cache
$cacheKey = 'a-key-that-you-decide';
$fan = Fan::find(1);
$fan->save([
'first_name' => 'Stephen'
]);
Cache::forget($cacheKey);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment