Merge pull request #1 from ThunderBirdsX3/ThunderBirdsX3-patch-1

Update cache prefix.
This commit is contained in:
ThunderbirdsX3 2017-09-06 16:39:10 +07:00 committed by GitHub
commit db20630ebf
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'
),
];