| Package Data | |
|---|---|
| Maintainer Username: | Sebwite | 
| Maintainer Contact: | silvan@sebwite.nl (Silvan Laroo) | 
| Package Create Date: | 2014-06-03 | 
| Package Last Update: | 2014-06-03 | 
| Language: | PHP | 
| License: | Unknown | 
| Last Refreshed: | 2025-10-30 15:00:21 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 30 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 1 | 
| Total Forks: | 1 | 
| Total Open Issues: | 0 | 
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'