Skip to content

Instantly share code, notes, and snippets.

@mixisLv
Created March 18, 2016 14:20
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 mixisLv/07d36daaed54a908dd9a to your computer and use it in GitHub Desktop.
Save mixisLv/07d36daaed54a908dd9a to your computer and use it in GitHub Desktop.
temporary disable laravel cache
CACHE_DRIVER=array
<?php //config/cache.php
return [
// ...
'stores' => [
'array' => [
'driver' => 'null',
],
// ...
]
// ...
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment