I have laravel project with ability to upload data to mysql from .csv file using laravel-excel plugin.
When I try to upload data to mysql from .csv file, I get error "Class 'ZipArchive' not found". Can't understand what 'zip' has to do with it, if I use .csv I am using: VMware Debian server, PHP 7.1
Everything works fine on my PC, localhost.
ZipArchive
class , check your entire codebase – Telugu