sebwite/laravel-excel-export is a Laravel package.
It currently has 0 GitHub stars and 30 downloads on Packagist.
Install it with composer require sebwite/laravel-excel-export.
Discover more Laravel packages by sebwite
or browse all Laravel packages to compare alternatives.
Last updated
Simple Laravel Excel export package. This is just a simple wrapper for the Excel Export found on https://code.google.com/p/phpexportxlsclass/.
Require this package in your composer.json and update composer.
"sebwite/laravel-excel-export": "dev-master"
After updating composer, add the ServiceProvider to the providers array in app/config/app.php
'Sebwite\LaravelExcelExport\LaravelExcelExportServiceProvider'