
Laravel Composer 提示 the requested PHP extension xxx is missing from your system.错误的解决办法
在使用 composer 更新 laravel 的依赖时,遇到错误: phpoffice/phpspreadsheet 1.14.0 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system. 错误信息的重点在后半句,意思是我的系统没有开启 php fileinfo 扩展。 我使...