1
1

More than 3 years have passed since last update.

AWS Cloud9 Laravel サーバーの起動する。(Address already in useエラー対策)

Last updated at Posted at 2020-02-02
$ php artisan serve --host=$IP --port=$PORT

Preview -> Preview Running Application

エラーが出た場合

Address already in use

php artisan serve Error: Address already in use

複数のLaravelサーバが立ち上がってるのでkillする。

$ kill `lsof -ti:$PORT`
1
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
1
1