PHP extension zip is missing from your system Composer macos

    By: Manu
    3 years ago

    Ok Do this

    Step one install Homebrew if not installed run

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    

    then simply run these commands

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

    Works like charm, Hope helped