Laravel Cloud
Platform & infrastructure details
- Hosting runs on AWS; serverless Postgres is provided by Neon.
- Apps and databases can auto-sleep; DB wake-up is said to be ~200ms, but app cold-start times and underlying tech (e.g. Firecracker or not) are unclear.
- Some confusion over documentation access; at least some users can read docs without an account, others report being prompted to sign in.
Why framework-specific hosting, and why now?
- Several people compare this to early Heroku and older PHP/Django/Rails hosts.
- One explanation for renewed viability: widespread adoption of Docker, k8s, and automated deployment makes PaaS layers easier to build and integrate.
- Others argue Laravel Cloud follows the “Vercel for React” pattern: tight integration between framework and infra can add a lot of value despite being niche.
Target audience and value proposition
- Repeated theme: small teams and agencies who want to ship features, not manage infra, queues, workers, and scaling.
- Laravel’s queue/web-worker split is cited as non-trivial to containerize and operate; a managed, Laravel-aware platform is seen as helpful.
- Some see it as “DevOps as a service” for one-person shops and small SaaS teams.
Vendor lock-in, pricing, and monetization concerns
- Strong debate about lock-in: some see high risk of being “squeezed” later, others note you’re still building a standard Laravel app that can be moved elsewhere.
- Comparisons drawn to Heroku, Vercel, WordPress-specific hosts, and Oracle-style bundling.
- Complaints: $20/month + extras is too high for small/hobby sites; credit card required even for the free-tier usage; fear of hidden or runaway costs.
Laravel ecosystem, DX, and business model
- Laravel is praised for DX, rapid development, and a strong commercial ecosystem (Forge, Vapor, now Cloud), compared to Rails’ more OSS-first stance.
- Some worry VC backing will eventually bias core framework features toward Laravel Cloud and proprietary offerings.
- Debate over Laravel vs Symfony: Laravel seen as faster to start, more beginner-friendly and ecosystem-rich; Symfony viewed as more “formal” and enterprise-oriented.
- A minority criticizes Laravel for “magic,” sparse low-level docs, and catering to less-experienced developers; others counter that these users still ship successful products.