Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

eddy1992's avatar

php artisan serv

I am on windows and when ever I use php artisan serv I am not able to run any other command on it like php artisan. Do I need to stop server to run commands on it like creating controller and making model?

0 likes
4 replies
mnaeem's avatar
mnaeem
Best Answer
Level 1

press Ctrl+S on CLI, it will give u the control back, and still the laravel application will be running..

1 like
Snapey's avatar

Or open another CMD window to the same folder.

2 likes
bagwaa's avatar

Been a while since i've used Windows, but im pretty sure you can do

start /B "C:\Path\to\program.exe"
1 like

Please or to participate in this conversation.