I don't think so forge pricing don't include digital ocean, you have to pay for digital ocean hosting also.
Forge is a server management tool only
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi
Is there a page with clear pricing information? The current webpage at forge.laravel.com shows an option of 20 and 40 euro per month. Does it include 1 Digital Ocean droplet? The 40 euro option 2? So the 20 euro option has a 5 euro droplet, and 15 euro for forge? What about the 40 euro option?
How scalable are both options? Can you switch easily from a 20 to 40 euro deal? What is the 40 euro deal exactly?
Is Laravel Forge still relevant? The website looks either outdated, because of lacking detailed price information, or unhandy designed?
Laravel Forge looked like the perfect deal for my laravel project. But doubt starts to eat on me whether Laravel Forge has lost the sparkle.
Thanks
The difference between the plans is here: https://forge.laravel.com/auth/register
The more expensive plan gives priority support as well as sharing configs with team members (regular plan is individual).
No plan comes with the hardware, that's separate and makes sense since Forge would have to purchase individual services on your behalf from the vendor which would be a lot more complex (you'd have to make policies for Forge to be able to do this via AWS, for example). Building the hardware infrastructure is up to you, managing/provisioning it is up to Forge. Horizontally scaling is a pretty easy by adding new servers and tying them together using the private IPs. Vertically scaling is up to you by just increasing the capacity of your current hardware instances via AWS/Linode/DO or whoever you go with for hardware.
Not sure what else to say that isn't covered on the Features page.
I'm sure there are better/cheaper solutions out there. I happen to like that the Forge provisioned servers are basically the same environment that Homestead uses... So if you use Homestead and Forge, your development environment basically is the same as production except things like firewall and more security settings on the Forge server for production. I also like how easy deployments are. Just push your code to whatever git branch you have set up in Forge, and Forge will push it automatically to the Forge server(s). It's a basic deployment scheme, but works well for my purpose. As deployments get more complex, I'll probably look at Envoyer.
Here's some good info Matt Stauffer wrote up on Forge awhile ago that might help explain a bit more: https://mattstauffer.co/blog/series/laravel-forge
Please or to participate in this conversation.