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

muazzamazaz's avatar

Serve command on start

Why I have to run php artisan serve when server started

0 likes
4 replies
Dry7's avatar

It is not necessary, just an opportunity for development

Snapey's avatar

you need a webserver to deal with http requests

you could use apache.

you could use nginx

you could use caddy

etc

or for single user development, you can use php's built in server. php artisan serve starts up php's server

what does your development environment look like?

Please or to participate in this conversation.