-
Notifications
You must be signed in to change notification settings - Fork 534
Closed
Description
Hi,
the example on page https://github.com/PHPOffice/PHPPowerPoint doesn't work... Still getting error like this:
Fatal error: Class 'PhpPowerpoint' not found in C:\projects\i\p\vendor\phpoffice\phppowerpoint\index.php on line 5
When I add name space prefix for: $objPHPPowerPoint = new PhpPowerpoint(); like
$objPHPPowerPoint = new \PhpOffice\PhpPowerpoint\PhpPowerpoint();
I'll get another errors...
Fatal error: Class 'Alignment' not found in C:\projects\i\p\vendor\phpoffice\phppowerpoint\index.php on line 28
Please help... I can't go further... Please can you update your example to be working? Or what should be done, to make it working...
Thanks, Jirka