模板文件目录更改

This commit is contained in:
2019-07-10 17:12:55 +08:00
parent 5046d8374a
commit 380e1345e6
66 changed files with 1114 additions and 61 deletions

View File

@@ -24,7 +24,7 @@ return [
// 驱动方式
'type' => 'File',
// 缓存保存目录
'path' => '',
'path' => app()->getRuntimePath() . 'cache',
// 缓存前缀
'prefix' => '',
// 缓存有效期 0表示永久缓存