Introduction
Laravel Cloud offers a free trial with no credit card required. When you sign up, you receive $5 in one-time credits to spend on real infrastructure. Deploy an application, spin up a database, add a cache, and see how Laravel Cloud works before committing to a paid plan.Getting started
Sign up at cloud.laravel.com with your name and email. After you verify your email, select the Free Trial.
Available resources
During the free trial, you can use credits to provision the following resources:| Resource | Limit |
|---|---|
| Applications | 1 |
| Environments | 1 |
| Cluster | 1 app cluster, up to 512MB. |
| Regions (compute & WebSockets) | Ohio (US East), Frankfurt (EU), Singapore (APAC) |
| Database | 1 Postgres (1/4 CU) and 1 Laravel MySQL (512MiB, 5GB storage) |
| Cache | 1 Laravel Valkey instance, 250MB |
| WebSockets | 1 cluster, 100 concurrent connections |
.free.laravel.cloud vanity domain. Custom domains are available on paid plans.
How far does $5 go?
The free trial allows you to deploy a real Laravel application, connect real infrastructure, and get a meaningful feel for how Laravel Cloud works before upgrading. However, how long your free trial credits last depends on what you deploy. Laravel Cloud compute and Serverless Postgres can scale to zero when your application is idle, which means they stop consuming credits until traffic returns. For many trial users, that makes the free trial feel surprisingly generous. Here are a few realistic examples:| Scenario | What is running | Estimated runtime |
|---|---|---|
| Weekend tinkerer | Compute + Serverless Postgres, awake about 1 hour per day | About 4 months |
| Active side project | Compute + Serverless Postgres, awake about 4 hours per day | About 5 weeks |
| Full-stack app with MySQL | Compute + Laravel MySQL + Valkey | About 12 days |
| Everything always on | All available resources, with no hibernation | About 3 days |
Upgrading to a paid plan
You can upgrade at any time — including mid-trial. Head to “Organization -> Settings -> Billing” and “Change plan”. What happens when you upgrade:- You unlock the full set of features (compute, regions, databases, custom domains, and more).
- Your application and configuration remain up and running.
- Your vanity domain changes from
.free.laravel.cloudto.laravel.cloud.
If credits run out
Once your free $5 credits are exhausted:- Compute turns off immediately. Your app goes down. You can still log in and view your configuration, but you can’t create or modify resources until you upgrade.
- A 7-day grace period begins. Databases, caches, and other resources stay in place. Upgrade within this window and your app comes back as it was.
- After 7 days, everything is permanently deleted. This cannot be undone.

