dakota / CakeExcel

A plugin to generate Excel files with CakePHP. Uses the PHPExcel library.
MIT License
22 stars 25 forks source link

Replace CakePlugin::load by Plugin::load #2

Closed anhtuank7c closed 9 years ago

anhtuank7c commented 9 years ago

The CakePlugin does not exist. Folder structure: /app/plugins/Dakota/CakeExcel so we've to load plugin like this: Plugin::load('Dakota\CakeExcel', ['bootstrap' => true, 'routes' => true]);

dakota commented 9 years ago

Thank you!