console icon indicating copy to clipboard operation
console copied to clipboard

A Command tool for EasyWeChat Application.

Results 3 console issues
Sort by recently updated
recently updated
newest added

您好,我在安装EasyWeChat/console时运行下面指令 COMPOSER_MEMORY_LIMIT=-1 composer require easywechat/console -vvv 安装失败 ![image](https://user-images.githubusercontent.com/71000785/116354221-ac6f4c00-a82a-11eb-8751-49d658f6bfc6.png) 是不是“overtrue/wechat”的版本为5.0导致安装失败 ![image](https://user-images.githubusercontent.com/71000785/116354320-d1fc5580-a82a-11eb-92c7-dad5ab877be4.png)

增加了一个目录: ```__DIR__ . '/../autoload.php'``` 在我的项目中,autoload文件是在 $project_root/vendor/autoload.php 中

我这里用开发平台一直报 Credential "component_verify_ticket" does not exist in cache,redis连接正常,公众号直接配置时使用redis缓存也没有问题,但是使用开发平台授权就报这个错, 可以帮忙看下是哪里写的有问题嘛? ``` function third_party($url = '') { $options = Config('wechat.options'); if ($url) { $options['oauth']['callback'] = $url; } $openPlatform = Factory::openPlatform($options); $openPlatform['cache'] =...