Kill Laravel Server

[Solved] Kill Laravel Server | Shell - Code Explorer | yomemimo.com
Question : kill laravel server

Answered by : amused-ant-8opay92iyx8z

sudo kill $(sudo lsof -t -i:port_number)

Source : https://stackoverflow.com/questions/38761354/stop-laravel-server-with-command-line-interface | Last Update : Tue, 26 Jan 21

Answers related to kill laravel server

Code Explorer Popular Question For Shell