phpexcel-8.0.0과 mpdf 설정 문의
본문
수고 많으십니다,
다름이 아니옵고 phpexcel-1.8을 yc5/lib 밑에 설치했고 구조는 아래와 같습니다.
mpdf-8.0.0 또한 yc5/lib 밑에 설치 하고 구조는 아래와 같습니다,
그후에 01simple-download-pdf.php 을 테스트 했는데 Rendering path Error가 발생합니다.
NOTICE: Please set the $rendererName and $rendererLibraryPath values
at the top of this script as appropriate for your directory structure
코드를 보니
$rendererLibrary = 'mPDF-8.0.0';
$rendererLibraryPath = dirname(__FILE__). '/lib/' .$rendererLibrary;
이부분을 어떻게 해야 되는지 googling 2시간째 인데 답을 못찾겠네요. 도움좀 부탁드립니다
답변 2
composer 설치했나요?
버젼 7부터는 composer가 설치 되어야 한다고 되어있는데....
그럴 상황이 아니라면 버젼6을 사용해보세요
덕분에 많은 도움 얻었습니다, 편안한 주말되세요^^
답변을 작성하시기 전에 로그인 해주세요.