LoginSignup
2

More than 5 years have passed since last update.

Laravelで簡単にデザイナにサイトを見せる

Posted at

自身のマシンIPアドレスを調べる

Macの場合(windowsは知りません)

システム環境設定->ネットワーク->Wifi->詳細->TCP/IP
にIPv4という項目があります。

※参考
http://www.geolocation.co.jp/learn/program/03.html

サーバを起動する

php artisan serve --host=0.0.0.0

すると、 http://[自分のIPアドレス]:0.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
2