Created
March 7, 2016 08:56
-
-
Save do9iigane/1dcc251a2d6336e99bb0 to your computer and use it in GitHub Desktop.
artisan serve で任意のhost,portを指定する方法 ref: http://qiita.com/do9iigane/items/32083f843db1e5a63fc3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ php artisan --host=127.0.0.1 --port=9999 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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