How can I enable ZipArchive php on my localhost!?
localhost
add extension=zip.so to your php.ini if you already have it installed (not sure what OS you're on)
extension=zip.so
php.ini
Linux: pecl install zip
pecl install zip
Restart the web server once php.ini is edited.