I have a laravel application. I ran the command 'php artisan serve'for local testing, and my application was sent to localhost: 8000 . But now I want to stop serving it to localhost: 8000 , i.e. I want him not to serve now.
I closed the command line, restarted the server, but it still works. How can I do that?
Note. I use windows for testing.
source
share