Skip to content

Instantly share code, notes, and snippets.

@do9iigane
Created March 7, 2016 08:56
Show Gist options
  • Save do9iigane/1dcc251a2d6336e99bb0 to your computer and use it in GitHub Desktop.
Save do9iigane/1dcc251a2d6336e99bb0 to your computer and use it in GitHub Desktop.
artisan serve で任意のhost,portを指定する方法 ref: http://qiita.com/do9iigane/items/32083f843db1e5a63fc3
$ php artisan --host=127.0.0.1 --port=9999
#!/usr/bin/env bash
$php artisan --host=127.0.0.1 --port=9999 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment