在使用composer更新laravel的依赖时,遇到错误: phpoffice/phpspreadsheet 1.14.0 requires ext-fileinfo * – the requested PHP extension fileinfo is missing from your system. 错误信息的重点在后半句,意思是我的系统
正在浏览:extension
安装 Laravel 报错: the requested PHP extension mcrypt is missing from your system 一看就是没开启php的mcrypt扩展,结果我在php.ini中却没找到这个扩展。 于是就去找这个扩展想下载安装,后来发现原来