I'm trying to install Laravel using composer command, which I already successfully installed. Then, when I input $ composer global require "laravel/installer", I get the error message below that I don't understand.
Details: MacBook Pro(Version: 10.15.3) using Xampp
Thank you!
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laravel/installer v3.0.1 requires ext-zip * -> the requested PHP extension zip is missing from your system.
- laravel/installer v3.0.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
- Installation request for laravel/installer ^3.0 -> satisfiable by laravel/installer[v3.0.0, v3.0.1].
Installation failed, deleting ./composer.json.
requires ext-zip * -> the requested PHP extension zip is missing from your system
- You need to install and enable PHP's zip-extension – M. Eriksson