📌  相关文章
📜  composer 在您的平台中检测到问题:您的 composer 依赖项需要安装以下 php 扩展:xml - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:12.395000             🧑  作者: Mango

代码示例2
//make a config file
/*Follow this trick

add this line in config object of composer.json file

"platform-check": false

run php artisan config:cache

then run composer dump-autoload in terminal*/

{

"config": {

    "platform-check": false
}

}