Enable php extension for installation Magento2 on Xampp
Check
php.ini
file. This is normally under your xampp folder (ExampleD:\xampp\php
)Search like
php_soap.dll;
,php_xsl.dll
,php_intl.dll
each dll extensionremoving the first ; character, to make it looks like
extension=php_soap.dll
extension=php_xsl.dll
extension=php_intl.dll
- Once done restart Apache server.