18
14

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.

【Laravel】ローカルで開発中のページをスマホでも見る

Posted at

Laravelで開発中にスマホでも見たくなったときは

php artisan serve --host 0.0.0.0

としてサーバーをたてれば、[PCのIPアドレス]:8000 でスマホからでも見れる。

注意点

PC・スマホで使うwifiを同じにすること。

IPアドレス確認方法(Mac)

システム環境設定 > ネットワーク

おまけ:artisanコマンドのオプション

Screen Shot 2018-01-12 at 17.49.45.png

18
14
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
18
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?