Skip to content

Instantly share code, notes, and snippets.

@eiichi-worker
Last active May 22, 2018 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eiichi-worker/50787fd5dc4406f7ba66440ec643eeff to your computer and use it in GitHub Desktop.
Save eiichi-worker/50787fd5dc4406f7ba66440ec643eeff to your computer and use it in GitHub Desktop.
PHPの簡易サーバー機能でローカルのPHPを動作確認する

PHPインストール

for MAC

  • すでにインストールされてます
  • 最新だと7.1が標準?

for Windows

-TODO 書く

簡易PHPサーバー立ち上げ

cd [作業ディレクトリ]
php -S localhost:8000

ローカルで簡易PHPサーバーが立ち上がる   以下にアクセス

ハマりどころ

  • 作業ディレクトリのパスに日本語が入っていると、not foundが連発する(Windows10 php7.2)

参考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment