vendorovertruewechatsrcFoundationApplication.php
registerBase 方法 在初始化属性时
$this['cache'] = function () { // return new FilesystemCache(sys_get_temp_dir()); // win 下获取的是 c:window 没有权限 位置太敏感 加权限什么的就算了吧 return new FilesystemCache(APP_PATH.'runtime/cache/'); // 用的是thinkphp默认缓存目录 };