The requested PHP extension ext-intl * is missing from your system


The requested PHP extension ext-intl * is missing from your system : While installing magento2 via composer this error occurred. This error also appears when installing Cakephp 3. You can fix this problem by following the simple steps as below.


The requested PHP extension ext-intl * is missing from your system

Here is the screen shot of composer command –

The requested PHP extension ext-intl * is missing from your system

Steps to fix the problem –

  • Open php.ini located at – /xampp/php/php.ini
  • Uncomment ;extension=php_intl.dll ie. remove semocolon so it will be – extension=php_intl.dll
  • Restart apache from Xampp control panel.

The above solution will fix our problem.


Advertisements

Add Comment

📖 Read More