Composer安装laravels 无php pcntl扩展
错误提示:
xxxxxxxxxx requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system.

解决方法:
在composer.json中增加
"config": {
"platform": {
"ext-pcntl": "7.2",
"ext-posix": "7.2"
}
},本文由:xiasohu168.com 作者:xiaoshu发表,转载请注明来源!