php
Codeigniter4 에서 Class Kint Not Found 오류 해결
초롱스키
2020. 7. 3. 10:49
로컬 개발환경에서 개발을 진행할 때 오류가 없었는데 리눅스에 소스를 업로드하니 `Class 'Kint\Kint' not found` 오류가 발생했다.
해결 방법
아래 경로로 이동하여
system\ThirdParty\Kint
kint.php 파일의 앞 글자를 대문자로 변경
kint.php --> Kint.php
변경 후 오류가 사라진다!