Larabbs 错误集合
错误提示:laravel/horizon v1.4.3 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system
解决办法:
在composer.json中增加
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"ext-pcntl": "7.2",
"ext-posix": "7.2"
}
},
本作品采用《CC 协议》,转载必须注明作者和本文链接
本帖由系统于 4年前 自动加精
推荐文章: