LoginSignup
3
1

More than 5 years have passed since last update.

Laravelのローカルサーバーに他のデバイスからアクセスする方法

Last updated at Posted at 2018-12-12

実行方法

まずは、プライベートIPアドレスの検索

$ ifconfig
$ php artisan serve --host 192.168.*.*

--hostの後ろに先程、検索したプライベートIPアドレスを入れる。

http://192.168.*.*:8000

これで検索すればアクセスできる。

3
1
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
3
1