I am trying to install CakePHP 3-0-0
version and I have downloaded the source code from here. But it is showing the error of enable intl extension
. As I have already changed ;extension=php_intl.dll
to extension=php_intl.dll
(remove the semicolon) in php.ini
file and restart xampp 2-3
times, but still it is showing that same error.
Here is the error below:
Fatal error: You must enable the intl extension to use CakePHP. in D:\xampp\htdocs\cakephp-3-0-0\config\bootstrap.php on line 38
So, can anyone please tell me what is the issue here? And what should I do to resolved this issue?