9
10

More than 5 years have passed since last update.

LaravelのビルトインサーバーをプライベートIPアドレスで起動する

Last updated at Posted at 2015-02-11

ローカルエリアネットワーク(LAN)につながる他のパソコンやスマホから確認したい場合

php artisan serve --host=192.168.24.75 --port=8989

で起動すれば、

でアクセスできるようになる。

9
10
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
9
10