Laravel new - Zip PHP extension is not installed
[RuntimeException]
The Zip PHP extension is not installed. Please install it and try again.
mit dem Befehl sudo apt-cache search php7.1-*
wird das Paket php7-1-zip nicht gelistet
Lösung
$ sudo apt-get install python-software-properties $ sudo add-apt-repository ppa:ondrej/php $ sudo apt-get update $ sudo apt-get install -y php7.1
$ sudo apt-get install php7.1-zip

{{percentage}} % positiv
