Skip to content

Getting Started example doesn't work... #114

@zanj2006

Description

@zanj2006

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions