Laravel Class 'ziparchive' not Found - Solved
Hi Friends,
This post is focused on laravel class 'ziparchive' not found. if you want to see an example of laravel excel ziparchive not found then you are in the right place. This example will help you laravel excel class 'ziparchive' not found. I explained simply about laravel maatwebsite class 'ziparchive' not found.
the fetal error is ziparchive not found,class 'ziparchive' not found,excel ziparchive not found,excel class 'ziparchive' not found.
This error occurs if you do not install Zip archive.
In this solution i will show you the solve this error as bellow.
Solution for PHP 7.3:
sudo apt-get install php7.3-zip
Solution for PHP 7.2:
sudo apt-get install php7.2-zip
Solution for PHP 7.1:
sudo apt-get install php7.1-zip
Solution for PHP 7.0:
sudo apt-get install php7.0-zip
It will help you....
- How to Notifications With database Driver in Laravel 11?
- How to Send Email Via Notification in Laravel 11?
- How to Install and Configure Laravel 11 Debugbar?
- How to Like Dislike System in Laravel 11?
- How to Paginate a Model with Relationship in Laravel 11?
- Laravel 11 Upload Files to Amazon S3 Example
- Laravel 11 Send WhatsApp Messages Example
- Laravel 11 Rest API Authentication Using JWT Tutorial