CodeIgniter\Exceptions\FrameworkException The framework needs the following extension(s) installed and loaded: {0}. SYSTEMPATH\CodeIgniter.php at line 224
go to the app=> Config => Boot => production.php in your project
Change the ini_set(‘display_errors’, ‘0’) to ini_set(‘display_errors’, ‘1’) above will show you the error detail then do the following:
Open [xampp_folder_path]/php/php.ini to edit.
Search for ;extension=intl and remove the ;.
Save the php.ini file and restart Apache.
Deseja sabe mais sobre Desenvolvimento Clique Aqui!