Wednesday, October 5, 2022

[FIXED] Where to put the PHPExcel Library in CakePHP 3.0

Issue

I would like to know in which folder should I put/install the PHPExcel Library in my CakePHP 3.0 app.

Thanks !


Solution

It's available via packagist, so simply use Composer to install it, no need to manually fiddle with it.

https://packagist.org/packages/phpoffice/phpexcel



Answered By - ndm
Answer Checked By - Katrina (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.