Using Forge to deploy/configure your server is the easiest way.
You can also run the install scripts from laravel/settler which will handle it for you.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
When you are using Homestead within your machine as an development environment you emulate a production environment but I have a question from a relative server newbie:
Imagine you need to deploy your application within a VPS or another Server machine in any of the Services available (DigitalOcean in example). You may need to install Nginx, NodeJS, Redis, Memcached, ... but within Homestead the configuration follows some convenctions. What would be the best way to emulate Homestead in a production environment with the same features and settings?
If we see the following documentation link:
http://laravel.com/docs/5.0/homestead#included-software
There, we can find the installed software but some of its configuration make me feel a bit lost. Where we can find some of the internal configuration of Homestead?
Thanks in advanced.
Please or to participate in this conversation.