Php versions – How to enable php-zip in laravel nativephp application
I am using Laravel nativePHP package to generate desktop application It's running fine but when I try to generate zip file with ZipArchive class, getting this error : Class "ZipArchive" not found This is my controller code : <?php namespace…