-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev-master 不能用于laravel5.1 #952
Comments
更新一下 symfony/var-dumper 版本 |
require symfony/var-dumper 报错
|
我来搞定 |
@stevieyu 刚测了是可以装了,但是不晓得会不会有问题,如遇到问题请随时反馈,谢谢1 |
@overtrue 代码版本最新,创建临时二维码报错 $app = Factory::officialAccount($this->config);
$app['cache'] = app('cache.store');
$app['request'] = app('request'); 结果下面位置的判断没过 if (property_exists($this, 'app') && $this->app instanceof ServiceContainer
&& isset($this->app['cache']) && $this->app['cache'] instanceof CacheInterface) {
return $this->cache = $this->app['cache'];
} |
@stevieyu 新版已经可以了,抱歉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我用的环境
PHP 版本:7.1
overtrue/wechat 版本:dev-master
是否使用了框架?框架名称:laravel 5.1
问题及现象
The text was updated successfully, but these errors were encountered: