Laravel-Window-php_fileinfo扩展

2021-07-01  本文已影响0人  可望不可j

出现一下问题:

#解决方法1:

问题:You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.

#window 开启php_fileinfo扩展

解决方法2:

错误提示:

xxxxxxxxxx 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"

        }

    },

上一篇 下一篇

猜你喜欢

热点阅读