-
Notifications
You must be signed in to change notification settings - Fork 16
第一步必须连接好数据库配置吗?能不能调整成如果配置错误,输出错误而非控制台循环报错 #6
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
Comments
webman 就是基于cli,报错信息就在cli。是必须连接好数据库配置,加载到内存中 |
* feat: 增加了多套配置,可以使用client指定使用那套。 php-casbin#8 * refactor: 去掉了在框架初始化的时候就注入监听,改为按需初始化 php-casbin#6 * fix: 去掉了Laravel的缓存,保持和TP一样 php-casbin#7 * refactor: 调整了一些LaravelAdapter里用法。 已知问题: * 测试待补充 * 调整未测试(主要因为着急,本身项目里已造了轮子,所以没拿回去测试)
目前已调整成了使用的时候才初始化redis监听器,可避免cli启动报错。 |
@lyt8384 nice |
手动去掉下 |
@xianrenqh 可以先删除依赖包。重新安装即可
或者按照 @lyt8384 说的手动去掉下 |
nice |
第一步必须连接好数据库配置吗?能不能调整成如果配置错误,输出错误而非控制台循环报错
控制台循环报错,此时webman程序完全无法执行下一步操作,相当于打断点 。
能不能调整成,如果数据库配置错误了,输出错误的同时,webman控制台(cli)不是一直错误,无法执行下一步
The text was updated successfully, but these errors were encountered: