Codeigniter4 에서 Class Kint Not Found 오류 해결
2020. 7. 3. 10:49ㆍphp
로컬 개발환경에서 개발을 진행할 때 오류가 없었는데 리눅스에 소스를 업로드하니 `Class 'Kint\Kint' not found` 오류가 발생했다.
해결 방법
아래 경로로 이동하여
system\ThirdParty\Kint
kint.php 파일의 앞 글자를 대문자로 변경
kint.php --> Kint.php
변경 후 오류가 사라진다!
'php' 카테고리의 다른 글
Mac php xdebug 설치 (1) | 2021.06.11 |
---|---|
Codeigniter3 쇼핑몰 github (0) | 2021.06.06 |
Codeigniter3 Custom model github (0) | 2021.06.06 |
PHP 특수함수(Magic method) (0) | 2021.01.12 |
라라벨(Laravel) 비밀번호 재설정 수정(Custom) (0) | 2020.12.28 |