composer安装laravel失败原因
上一次安装也没有遇到 不知道为什么
具体症状是第一,
如:
Problem 1
- phpunit/phpunit[9.5.10, ..., 9.5.x-dev] require ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
- Root composer.json requires phpunit/phpunit ^9.5.10 -> satisfiable by phpunit/phpunit[9.5.10, ..., 9.5.x-dev].
- phpunit/phpunit[9.5.10, ..., 9.5.x-dev] require ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
- Root composer.json requires phpunit/phpunit ^9.5.10 -> satisfiable by phpunit/phpunit[9.5.10, ..., 9.5.x-dev].
作者:狱之苍狼
链接:https://www.jianshu.com/p/4837fe310d21
第二 浏览器访问全是500错误。
第三 ftp发现缺少vendor
第四 php artisan key:generate 找不到 vendor下的autoload.php
解决方法,如上文所说 缺少php-xml扩展,可能之前默认的事json格式,现在改成xml格式了
命令instal php-xml,文件扩展为dom
php官方网站介绍:PHP: 安装/配置 - Manual
也遇到了其他问题最后都解决了