【laravel5.6】yii Process class relies on proc_open, which is not available on your PHP installation.
部署服务器的时候,使用composer来安装依赖。遇到了从错误提示信息中可以看到是因为关闭了PHP的proc_get_status()函数,那么如何解决这个问题呢?打开php.ini文件,搜索disable_functions,找到如下类似内容:disable_functions=passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,