PHPackages                             wutaophp/laravel-excel-zip - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. wutaophp/laravel-excel-zip

ActiveLibrary[File &amp; Storage](/categories/file-storage)

wutaophp/laravel-excel-zip
==========================

1.1.0(1y ago)073MITPHP

Since Apr 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/imwutao/laravel-excel-zip)[ Packagist](https://packagist.org/packages/wutaophp/laravel-excel-zip)[ RSS](/packages/wutaophp-laravel-excel-zip/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (6)Used By (0)

laravel-excel-zip
=================

[](#laravel-excel-zip)

download excels wrap in zip

laravel-excel-zip is a solution to download a large excel. You can define when to chunk excels into a zip file.

Install
-------

[](#install)

`composer require cblink/laravel-excel-zip -vvv`

Usage
-----

[](#usage)

run command to create `config/excel_zip.php`

`php artisan vendor:publish --provider="Cblink\ExcelZip\ExcelZipServiceProvider"`

### Export

[](#export)

use CustomCollection in your `Export` and ***Don't define `collection` function***

```
