Created
August 12, 2019 12:29
-
-
Save cesarkohl/fe66ff6d059f9a88ce6eb1c4c74e853d to your computer and use it in GitHub Desktop.
Revert php artisan serve
This file contains hidden or 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
| 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