0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【php】pathを設定する

Last updated at Posted at 2021-09-19

Qiitaの記事を拝見し、私自身たくさん助けられている。
私も誰かの役に立てればという思いで初記事を投稿します。

今後も週一くらいのペースで続けられればと思う。

pathの設定

【環境情報】 OS:windows10 言語:php(8.0.9)

なぜこの設定をすることになったかというとコマンドラインからphpの実行が必要になったから。
ネットでこの件に関して調べてみると大体下記のようなことが書いてある。

①画面左下のタスクバーから「システムの詳細設定の表示」をクリック。
システムの詳細設定.png
②環境変数をクリック
システムの詳細設定_環境変数.png
③「システム環境変数」項目の「Path」を選択し、編集ボタンをクリック
システムの詳細設定_環境変数_編集.png
④「新規」ボタンをクリックし、php.exeを格納しているpathを記入。間違いなければ「OK」ボタンをクリック。
システムの詳細設定_環境変数_編集2.png

ここまで行い、念のためPCを再起動。
コマンドラインから"php -v"とうてば、phpを実行することができる…はず

確実な方法

上記方法を試してみたが、コマンドラインからphpを実行することができなかった。 ![php_失敗.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/2050607/25cb89d5-2887-ddf3-9655-fb1b95266ecb.png)

原因としてはphp.exeファイルを格納しているpathをコピペしたから。
確実な方法としては参照ボタンを活用すること。
システムの詳細設定_環境変数_編集_参照.png

二つのやり方でスペルミスなどは見受けられなかったが、こちらのやり方で設定すると成功した。

まとめ

pathを設定する際、実行ファイルのpathを入力する際は、参照ボタンを活用しましょう。

(まぁまぁ時間使った…)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?