Failed To [2021] Download Laravel/laravel From Dist The Zip Extension And Unzip Command Are Both Missing Online

To fix the error you must enable the PHP zip extension in your php.ini file or install the necessary system packages. This error occurs because Composer requires these tools to extract the Laravel framework files it downloads from the distribution (dist) servers. How to Fix on Windows (XAMPP / WAMP)

For most Windows users, the php_zip extension is included with your local server but disabled by default. To fix the error you must enable the