PhpPowerpoint を手動でインストールしようとしています (composer を使用していません)
document_root D:\wamp\www\ を持つ WAMP インストールがあります
次のパス D:\wamp\www\php\PhpOffice\ の下に PhpPowerpoint フォルダーをコピーしました。
手動インストール コードを使用する (コードはファイル D:\wamp\www\php\agile\expMSPowerpoint.php にあります):
require_once '../PhpOffice/PhpPowerpoint/Autoloader.php';
PhpOffice\PhpPowerpoint\Autoloader::register();
$objPHPPowerPoint = new PhpPowerpoint(); <<<< Error in this line
エラーが発生します:
致命的なエラー: 435 行目の D:\wamp\www\php\agile\expMSPowerpoint.php にクラス 'PhpPowerpoint' が見つかりません
それをインストールするための助けがあれば大歓迎です