I try to create a ci4 project via Composer and this message has appeared "Your requirements could not be resolved to an installable set of packages.
Problem 1 - codeigniter4/framework[4.0.0, ..., v4.3.7] require ext-intl * -> it is missing from your system. Install or enable PHP's intl extension. - Root composer.json requires codeigniter4/framework ^4.0 -> satisfiable by codeigniter4/framework[4.0.0, ..., v4.3.7].
To enable extensions, verify that they are enabled in your .ini files:
- C:\xampp\php\php.ini
You can also run php --ini
in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-intl
to temporarily ignore these required extensions." and when I enable the intl extension in php.ini it not work also
I try to create ci4 project and via composer and this doesn't work