I'm new to Codeigniter and i want to ask why when i want to install CI 4 with composer it resulted
Problem 1
- codeigniter4/framework v4.0.2 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- codeigniter4/framework v4.0.1 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- codeigniter4/framework 4.0.0 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- Installation request for codeigniter4/framework ^4 -> satisfiable by codeigniter4/framework[4.0.0, v4.0.1, v4.0.2].
But i already uncommend the intl extension on php.ini (I'm using XAMPP)
I already tried to find answers but i can't find it. if you guys have opinion on what's going on please let me know. Thank youu