Laravel Integration

Deploy Laravel, One Click

Deploy Laravel applications on Quant Cloud with managed database, queues, and automatic scaling. Australian hosted with full PHP 8.4 support.

One-Click
Deploy
PHP 8.4
Support
MySQL
Included
AU
Hosted
Cloud Application

Full-Stack Laravel Hosting

Deploy Laravel with everything you need - database, queues, scheduling, and storage - all managed for you.

Recommended

One-Click Deploy

Deploy a Laravel starter template with GitHub Actions pre-configured. Connect your GitHub account and deploy in minutes.

  • Creates repo in your GitHub account
  • MySQL database provisioned automatically
  • Deploys on every push to main

Deploy Laravel Now

Included

Managed Infrastructure

Everything Laravel needs, fully managed and scaled automatically.

  • MySQL with automatic backups
  • S3-compatible object storage
  • SMTP relay for sending email

Learn about Quant Cloud

GitHub Actions

Automated Deployment

Push to main to build and deploy. Container images built automatically and deployed to Quant Cloud.

  • Deploy on push to main
  • Zero-downtime deployments
  • Automatic migrations on deploy
  • Environment variable management
.github/workflows/deploy.yml
name: Deploy to Quant Cloud

on:
  push:
    branches: [main]

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - uses: quantcdn/cloud-init-action@v1
        with:
          customer: ${{ secrets.QUANT_CUSTOMER }}
          project: ${{ secrets.QUANT_PROJECT }}
          token: ${{ secrets.QUANT_TOKEN }}

      - uses: quantcdn/cloud-deploy-action@v1
        with:
          environment: production
Starter Template

Laravel Starter Template

Pre-configured Laravel project with GitHub Actions workflow, database migrations, and Quant Cloud deployment ready to go.

Deploy Your Laravel App

One-click deploy with managed database, queues, and storage. 30-day free trial, no credit card required.

One-click deploy
MySQL included
Australian hosted
30-day free trial