sebwite / laravel-excel-export
There is no license information available for the latest version (dev-master) of this package.
dev-master
2014-06-03 14:32 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-08 15:53:12 UTC
README
Simple Laravel Excel export package. This is just a simple wrapper for the Excel Export found on https://code.google.com/p/phpexportxlsclass/.
Installation
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'