Skip to content

Instantly share code, notes, and snippets.

@cesarkohl
Created August 12, 2019 12:29
Show Gist options
  • Select an option

  • Save cesarkohl/fe66ff6d059f9a88ce6eb1c4c74e853d to your computer and use it in GitHub Desktop.

Select an option

Save cesarkohl/fe66ff6d059f9a88ce6eb1c4c74e853d to your computer and use it in GitHub Desktop.
Revert php artisan serve
press ctrl+ c
> lsof -i :8000
to check if the port is busy or not if any process is listening to the port 8000 it will be displayed with port id
> sudo kill -9 [PID]
kill the process that listen to that port id
run lsof agin
> lsof -i 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment