Getting Started
Install the Stripe CLI and the projects plugin:stripe projects open laravel_cloud to manage your connections.
After provisioning, the application receives a public URL on a Laravel Cloud domain (for example, https://my-app-main-xxxxx.laravel.cloud).
Provision a resource:
Available Services
Plans
| Service | Pricing | Description |
|---|---|---|
starter | $5/mo + usage | Entry plan with Scale to Zero enabled by default and $5 free monthly usage credits. First month free for new subscriptions. |
growth | $20/mo + usage | For production workloads with autoscaling, worker clusters, and preview environments. |
Deployable Services
| Service | Category | Description |
|---|---|---|
application | Compute | Deploy a Laravel application from a Git repository |
mysql | Database | Managed Laravel MySQL with automated backups |
valkey | Cache | Managed Laravel Valkey cache |
Management
Resource Removal
Change Plan
Dashboard Access
Each provisioned resource includes a Laravel Cloud dashboard link in its access configuration. Visit the dashboard for advanced management: logs, metrics, scaling, environment variables, and more. You can also open the dashboard directly:Extended API
To manage your applications and resources beyond the standard provisioning protocol, we recommend using the Laravel Cloud API and Laravel Cloud CLI. Available operations include:- Plan switching. Upgrade or downgrade between Starter and Growth
- Configuration updates. Resize MySQL and Valkey instances
- Environment variables. Set, get, and delete variables on environments
- Deployments. Trigger builds and monitor deployment progress
- Scaling. Adjust replica counts and compute sizes
- Logs. Fetch recent log output
- Domains. Manage Laravel Cloud and custom domains

