git clone https://github.com/walkor/webman
当部署好代码后,composer install 后出现
[Symfony\Component\Process\Exception\RuntimeException]
The Process class relies on proc_open, which is not available on your PHP installation.
查找php.ini文件位置,打开php.ini
打开后,搜索 disable_functions 项,看是否禁用了proc_open函数。

去掉这个函数,然后重启php服务
遇到下面的这个错误同样的方式
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/205930.html原文链接:https://javaforall.net
