How Tos
How to enable intl and mbstring php extension?
  1. In php.ini, find extension = intl, uncomment or remove # at the beginning.
  2. And find extension = mbstring, uncomment or remove # at the beginning.
  3. Restart web server to apply changes.