标签: php laravel macos
当我尝试使用laravel new myAppName在命令行上创建新的laravel应用时,出现以下错误:
laravel new myAppName
未安装Zip PHP扩展。请安装并尝试 再次。
我已经安装了php7.3和homestead。
我在Mac上。我找到的所有安装zip扩展的链接(例如this one)都使用apt-get。我尝试运行brew install php7.3-zip,但收到消息“无可用公式”。
brew install php7.3-zip