오류 내용
CodeIgniter\Exceptions\FrameworkException The framework needs the following extension(s) installed and loaded: intl.
해결방법
- 편집하려면 [xampp_folder_path]/php/php.ini를 열기
- ;extension=intl을 검색하고 ;을 제거
- php.ini 파일을 저장하고 Apache를 다시 시작
오류 내용
CodeIgniter\Exceptions\FrameworkException The framework needs the following extension(s) installed and loaded: intl.
해결방법