How to activate intl in Mamp?

Hello everybody,

everything is in the title :slight_smile:

Not familiar with Macs or MAMP specifically, but the best resource I found is here: https://pagegwood.com/web-development/how-to-enable-intl-extension-mamp-osx-10-9-2/. In any LAMP config I have ever worked on, it is usually just a matter of going to the php.ini and un-commenting the line for the intl extension, or installing it in Ubuntu Server with:
$ sudo apt-get install php7.0-intl

Thank you for this link.

The link above is for an old version and does not work any more.
Why is there no info about Mamp in the cookbook ?
I uncommented intl lines in php.ini but still does not work.