/env 파일을 .env파일로 변경하고, 아래처럼 변경
CI_ENVIRONMENT = production => CI_ENVIRONMENT = development
또는
/public/index.php 파일의 define('FCPATH', __DIR__ . DIRECTORY_SEPARATOR); 아래에
define("ENVIRONMENT","development"); 추가
The framework needs the following extension(is) installed and loaded: {0} 오류 발생시
- Open [xampp_folder_path]/php/php.ini to edit.
- Search for ;extension=intl and remove the ;.
- Save the php.ini file and restart Apache.