check what processes are running and kill it that way.
Jun 1, 2015
2
Level 1
How to stop a remote php artisan serve
Hi, everyone, I installed laravel in AWS EC2, and I start php artisan serve, however, when I try to stop it by ctrl+C, unfortunately, it stop my ssh to the AWS server. After that, I tried to connect to the server again, and tried php artisan serve second time, there was a exception for fail to watch listen on localhost:8000. So guess it's still running.
What shall I do, how can I stop the artisan serve?
Thanks
Level 55
1 like
Please or to participate in this conversation.