Merge pull request #4409 from ThunderBirdsX3/master

Update cache prefix.
This commit is contained in:
Taylor Otwell 2017-09-06 14:20:04 +02:00 committed by GitHub
commit d93c8f177a
1 changed files with 4 additions and 1 deletions

View File

@ -86,6 +86,9 @@
|
*/
'prefix' => 'laravel',
'prefix' => env(
'CACHE_PREFIX',
str_slug(env('APP_NAME', 'laravel'), '_').'_cache'
),
];