init
This commit is contained in:
@@ -22,4 +22,17 @@ return [
|
||||
'taglib_begin' => '{',
|
||||
// 标签库标签结束标记
|
||||
'taglib_end' => '}',
|
||||
|
||||
|
||||
// 自定义标签
|
||||
'taglib_pre_load' => '\\template\\taglib\\Ad,\\template\\taglib\\Site,\\template\\taglib\\Rs',
|
||||
|
||||
// 模板渲染缓存
|
||||
'display_cache' => env('VIEW_DISPLAY_CACHE', false),
|
||||
|
||||
// 是否开启模板编译缓存,设为false则每次都会重新编译
|
||||
'tpl_cache' => env('VIEW_TPL_CACHE', true),
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user