2017 © Pedro Peláez
 

library laravelphpword

An eloquent way of write and read Word in Laravel 4 with the power of PHPWord

image

bennybian/laravelphpword

An eloquent way of write and read Word in Laravel 4 with the power of PHPWord

  • Thursday, June 22, 2017
  • by cccc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel PHP Word v1.0

Laravel PHP brings the power of PHPOffice's PHPWord https://github.com/PHPOffice/PHPWord to Laravel 4. It includes features like: ..., (*1)

Installation

Require this package in your composer.json and update composer. This will download the package and PHPExcel of PHPOffice., (*2)

"maatwebsite/excel": "~1.3.0"

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

'Maatwebsite\Excel\ExcelServiceProvider',

You can use the facade for shorter code. Add this to your aliases:, (*4)

'Excel' => 'Maatwebsite\Excel\Facades\Excel',

The class is bound to the ioC as excel, (*5)

$excel = App::make('excel');

License

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!, (*6)

The Versions

22/06 2017

dev-master

9999999-dev

An eloquent way of write and read Word in Laravel 4 with the power of PHPWord

  Sources   Download

LGPL

The Requires

 

by Benny Bian

laravel word phpword