CodeIgniter Forums
how to install ci4 on mac - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: how to install ci4 on mac (/showthread.php?tid=86513)



how to install ci4 on mac - chattha.lhr512 - 01-28-2023

please guide me how to resolve this issue on macĀ  ?
the framework needs the following extension(s) installed and loaded: intl.


RE: how to install ci4 on mac - kenjis - 01-28-2023

How did you install PHP?


RE: how to install ci4 on mac - chattha.lhr512 - 01-28-2023

(01-28-2023, 07:17 PM)kenjis Wrote: How did you install PHP?

using xampp


RE: how to install ci4 on mac - kenjis - 01-29-2023

If I recall correctly, XAMPP for Mac does not provide intl extension.
So if you need to use XAMPP, you need to compile intl extension by yourself.
It is no problem if you can compile PHP easily, but if not, I recommend you use MAMP.