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

blakeyman's avatar

Should I always develop "locally"

Apologies in advance but I'm still quite new to Laravel development and the latest trends...

I see things like Homestead, Valet when I'm quite happy running a remote server as a LAMP stack.

Everything seems to be "do it local" then use tools to push it...

Should I be changing my work flow?

0 likes
9 replies
MichalOravec's avatar

Because it is faster. You can debug it and so on, you don't want to do it on production server.

blakeyman's avatar

So Valet over Homestead? (I use mac) Which do you prefer and why?

(and thanks for some input! )

GGio's avatar

Using valet or homestead does not mean you are in production, you are still developing locally.

Valet is great for mac as far as I know. I personally have not used it because I'm on Ubuntu. I use docker for local development, makes it easier to work on multiple projects that require different versions of dependencies such as PHP, MySQL, Redis, etc.

If you have time, I suggest looking into docker & docker-compose.

blakeyman's avatar

Thanks for the input but I'm still stumped as per my original question.

So is the benefit "to replace" a production server? (which I have)

(Other than speed? @michaloravec )

Please or to participate in this conversation.