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 5 years have passed since last update.

php -S でローカルに簡易Webサーバーを立ち上げる時は

Posted at

localhost ではなく xxx.xxx.xxx.xxx (IPアドレス)を指定しないと、アセットファイルなどがうまく読み込めない。

$ php -v 
PHP 7.1.16 (cli) (built: Mar 31 2018 02:59:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
$ php -S 127.0.0.1:8888
PHP 7.1.16 Development Server started at Wed Mar 13 10:39:56 2019
Listening on http://127.0.0.1:8888
Document root is /path/to/xxx
Press Ctrl-C to quit.
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?