i am using zipper to create zip file in laravel 5.3, getting the error as ,
Error: Your PHP version is not compiled with zip support
PHP version : 5.6
chmod($withdrawalFilePath, 0777);
$files = glob($withdrawalFilePath . '/*');
Zipper::make($withdrawalFilePath . '/Withdrawal.zip')->add($files)->close();
chmod($withdrawalFilePath . '/Withdrawal.zip', 0777);