2017 © Pedro Peláez
 

library laravel-excel-export

image

sebwite/laravel-excel-export

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel-Excel-Export

Simple Laravel Excel export package. This is just a simple wrapper for the Excel Export found on https://code.google.com/p/phpexportxlsclass/., (*1)

Installation

Require this package in your composer.json and update composer., (*2)

"sebwite/laravel-excel-export": "dev-master", (*3)

After updating composer, add the ServiceProvider to the providers array in app/config/app.php, (*4)

'Sebwite\LaravelExcelExport\LaravelExcelExportServiceProvider', (*5)

The Versions

03/06 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Silvan Laroo