i did my research and i try many thing
i want your help
my system is majpve mac and i use apache service
Check if you even have "intl" installed first by running this command:
php -m | grep intl
Also please provide more information about your installation.
What web server are you using and how have you installed/configured your development system on your mac.
i did not think it's install
Apache web server
I did not know what do you mean by
have you installed/configured your development system on your mac.
Hello @masarah_fas
Well - The main issue here is you will require to install INTL extension to install Magento2. its mandatory to install and configure the same.
So here i am sharing the link - for how to install the intl extension on the MAC OS - kindly go through with this and install it the same - https://stackoverflow.com/questions/46652968/install-intl-php-extension-osx-high-sierra
http://mrgott.com/misc/10-install-mcrypt-and-intl-php-extensions-on-mac-os-x-and-xampp
Hope it helps !
Hello @masarah_fas
You just need to enable intl from your php.ini file.
Open php.ini and remove semicolon ; from ;extension=php_intl.dll
Then re-start your apache server(wamp/xamp/lamp) and it will work for you.
Thanks
--
If my answer is useful, please Accept as Solution & give Kudos
.