DocsContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Install Wasmer
  • Runtime
    • Getting Started
    • CLI
    • Features
    • Runners
      • WASIX
      • WCGI
      • Emscripten
      • Create your own Runner
  • Registry
    • Getting Started
    • Package Manifest
    • CLI
    • Discover
  • Edge
    • Getting Started
      • Static website
      • JS service worker
      • Python HTTP server
      • Rust (Axum) HTTP server
      • PHP application
      • Laravel PHP application
        • with MySQL
      • React Static Site
      • Python Flask Server
      • Using Wasmer Edge as a CDN
      • CGI apps on Edge
      • Volumes
    • CLI
      • Apps
      • InstaBoot
      • Deployment Modes
      • Supported Frameworks and Languages
      • Remote Sessions
      • Adding Custom Domains
      • Secrets
      • Regions
      • Volumes
        • Overview
        • Configuration
        • SFTP
        • App SSH
    • App Configuration
      • Custom Domains (DNS)
      • Jobs
      • Logging
    • Architecture
      • Amazon Lambda
      • Cloudflare Workers
    • FAQ
    • Support
      • PlanetScale
    • Wasmer JS
        • Building a Web-Based Markdown Editor with WASIX and WebAssembly
        • Migrating the Editor to a Wasmer Package
        • Creating an Interactive Terminal with XTerm.js
        • COOP & COEP Headers
        • Interacting with the Filesystem
        • Troubleshooting Common Problems
      • API Docs ↗ (opens in a new tab)
  • Developers
  • GraphQL API
  • WAI
    • Functions
    • Records
    • Resources
    • Types
    • Variants
  • Wasmer Pack
    • Quickstart
      • Hello, World!
      • Strings & Lists
      • Records
      • Variants
      • Resources
      • Resources Vs Records

On This Page

  • Laravel with MySQL-compatible TiDB
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub →
Edge
Guides
Laravel PHP application
with MySQL

For data store, why not start with a relational database classic: MySQL.

You can set up a MySQL-compatible serverless database:

  • TiDB Cloud - https://tidbcloud.com/ (opens in a new tab)

Laravel with MySQL-compatible TiDB

You can also use TiDB in Wasmer Edge. TiDB is mostly MySQL-compatible (although it has some minor incompatiblities).

Laravel PHP applicationReact Static Site

Made with ♥️ at

© 2025 Wasmer Inc.