PHP

首页 -  PHP  -  Composer安装laravels 无php pcntl扩展

Composer安装laravels 无php pcntl扩展

Composer安装laravels  无php pcntl扩展

错误提示:

xxxxxxxxxx requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system.

Composer安装laravels  无php pcntl扩展

解决方法:

在composer.json中增加

"config": {
        "platform": {
            "ext-pcntl": "7.2",
            "ext-posix": "7.2"
        }
    },


(0)
分享:

本文由:xiasohu168.com 作者:xiaoshu发表,转载请注明来源!

标签:

相关阅读