###前提・実現したいこと
「cakePHPをインストールしctpファイルの編集がしたい」と考えている者です。
エラーメッセージから、php.iniファイルの何らかの不足を補えということは分かりましたが、方法が分かりません。
似た状況の方の質問も拝見しましたが、よくわかりませんでした…
ご教授お願いいたします。
Windows10、XAMPP入り、Composer(1.4.1)インストール済み
###発生している問題・エラーメッセージ
c:\xampp # composer create-project --prefer-dist cakephp/app my_app_name Installing cakephp/app (3.4.1) - Installing cakephp/app (3.4.1): Downloading (100%) Created project in my_app_name 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 - cakephp/cakephp 3.4.5 requires ext-intl * -> the requested PHP extension intl is missing from your system. - cakephp/cakephp 3.4.4 requires ext-intl * -> the requested PHP extension intl is missing from your system. - cakephp/cakephp 3.4.3 requires ext-intl * -> the requested PHP extension intl is missing from your system. - cakephp/cakephp 3.4.2 requires lib-icu >=4.8 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it. - cakephp/cakephp 3.4.1 requires lib-icu >=4.8 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it. - cakephp/cakephp 3.4.0 requires lib-icu >=4.8 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it. - Installation request for cakephp/cakephp 3.4.* -> satisfiable by cakephp/cakephp[3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.4.5]. To enable extensions, verify that they are enabled in your .ini files: - C:\xampp\php\php.ini You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
回答1件
あなたの回答
tips
プレビュー
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
また依頼した内容が修正された場合は、修正依頼を取り消すようにしましょう。
2017/04/22 09:37
2017/04/22 10:29
2017/04/22 10:58