The zip extension and unzip/7z commands are both missing, skipping…

When installing Laravel for a new project, you may encounter this message for each package it tries to download and install for your project:

The zip extension and unzip/7z commands are both missing, skipping

This can be fixed just by enabling the zip extension in your php.ini file.

extension=zip

Leave a Reply