带有maatwebsite / excel的laravel-5.8中的错误``未找到类'ZipArchive'''

时间:2019-10-30 13:34:32

标签: laravel-5.8 apt-get maatwebsite-excel

larat中maatwebsite / excel导出表用户遇到错误Class 'ZipArchive' not found
我已经尝试过sudo apt-get install php7.0-zip,但这给了sudo: apt-get: command not found。因此,除了sudo apt-get install php7.0-zip之外还有其他解决方法吗?或者我该如何解决sudo: apt-get: command not found问题?

1 个答案:

答案 0 :(得分:0)

您的php似乎没有内置zip扩展名。请尝试执行以下步骤来安装带有扩展名的版本:

brew update
brew install php@7.3
brew link php@7.3