As we all know Magento 2 is out and every one is trying to install and learn.When i was installing the magento 2 on my local i got the error of PHP Extension intl missing while in the PHP extension check during the magento 2 installation
so solution to this error is look for the php.ini file in the local open that file and find the below line from that file
;extension=php_intl.dll
and remove starting semicolon and save the file and then restart your xampp or wampp server and refresh the installation page.This error will be gone.
screen shot of this error is as follows:-
so solution to this error is look for the php.ini file in the local open that file and find the below line from that file
;extension=php_intl.dll
and remove starting semicolon and save the file and then restart your xampp or wampp server and refresh the installation page.This error will be gone.
screen shot of this error is as follows:-