Update cache prefix.
Make cache prefix like session cookie.
This commit is contained in:
parent
d5d81a53ed
commit
b8120bfb55
|
@ -86,6 +86,9 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'prefix' => 'laravel',
|
||||
'prefix' => env(
|
||||
'CACHE_PREFIX',
|
||||
str_slug(env('APP_NAME', 'laravel'), '_').'_cache'
|
||||
),
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue