Closed afrizal423 closed 4 years ago
please help me to resolve the problem occured when trying to install codeigniter project via composer
$ composer create-project codeigniter4/appstarter first-Project Creating a "codeigniter4/appstarter" project at "./first-Project" Installing codeigniter4/appstarter (v4.3.5)
Installing codeigniter4/appstarter (v4.3.5): Extracting archive Created project in D:\project\codeigproject\first-Project Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1
To enable extensions, verify that they are enabled in your .ini files:
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.Please refer to the official forum for your support questions. Thank you.
$ composer create-project codeigniter4/appstarter ci4 Installing codeigniter4/appstarter (v4.0.1)
Installing codeigniter4/appstarter (v4.0.1): Downloading (100%) Created project in ci4 Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1
To enable extensions, verify that they are enabled in your .ini files:
php --ini
inside terminal to see which files are used by PHP in CLI mode.