MacOS M1 can't install CodeIgniter 4, missing PHP's intl extension - 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: MacOS M1 can't install CodeIgniter 4, missing PHP's intl extension (/showthread.php?tid=79675) |
MacOS M1 can't install CodeIgniter 4, missing PHP's intl extension - carvellho - 07-17-2021 Hello, I install codeigniter 4 with MAMP, but I get error: our requirements could not be resolved to an installable set of packages. Problem 1 - codeigniter4/framework[4.0.0, ..., v4.1.3] require ext-intl * -> it is missing from your system. Install or enable PHP's intl extension. - Root composer.json requires codeigniter4/framework ^4 -> satisfiable by codeigniter4/framework[4.0.0, ..., v4.1.3]. I have tried adding extension=intl to php.ini, but it doesn't work. Can you help me? Thank you. RE: MacOS M1 can't install CodeIgniter 4, missing PHP's intl extension - carvellho - 07-18-2021 (07-17-2021, 11:58 PM)carvellho Wrote: Hello, I install codeigniter 4 with MAMP, but I get error:[Solved] RE: MacOS M1 can't install CodeIgniter 4, missing PHP's intl extension - includebeer - 07-19-2021 (07-18-2021, 11:26 AM)carvellho Wrote: [Solved] Ok, what was the solution? |