overtrue/wechat 包 由 sys_get_temp_dir 引发的 the directory "c:Windows" is not writable

Posted djiz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了overtrue/wechat 包 由 sys_get_temp_dir 引发的 the directory "c:Windows" is not writable相关的知识,希望对你有一定的参考价值。

vendor\overtrue\wechat\src\Foundation\Application.php

registerBase 方法 在初始化属性时

        $this[‘cache‘] = function () {
//            return new FilesystemCache(sys_get_temp_dir());  // win 下获取的是 c:\window 没有权限 位置太敏感 加权限什么的就算了吧
            return new FilesystemCache(APP_PATH.‘runtime/cache/‘); // 用的是thinkphp默认缓存目录
        };

以上是关于overtrue/wechat 包 由 sys_get_temp_dir 引发的 the directory "c:Windows" is not writable的主要内容,如果未能解决你的问题,请参考以下文章

laravel55使用EasyWeChat

windows安装composer

使用easywechat完成微信支付

yum中查找程序由哪个包提供

Linux下查询某个服务由哪个包提供

R XLSX 和 XLConnect 包 - 使用 xlsx 包格式化由 XLConnect 创建的工作簿对象?