Playground Run Monitor Research Browser Playground
Unsaved Playground

First viewport: operational diagnostics

Workshop runtime is ready

4 checks passing

Environment Health

Updated moments ago
WordPress latest loaded
PHP 8.3 active
Network allowed
Storage not saved
Boot progress
Ready

Live Logs

  1. OK Playground booted with SQLite backend.
  2. OK WordPress admin session available.
  3. INFO Blueprint landing page applied.
  4. OK No PHP errors so far.

Database

Driver
MySQL emulation backed by SQLite
Path
/wordpress/wp-content/database/.ht.sqlite
Size
452 KB
My WordPress Website /hello-from-playground/

Hello from WordPress Playground!

This live frame remains available while diagnostics, files, data, and blueprints are inspected.

Site Manager

Runtime settings

Versions

Workshop toggles

Applying settings resets an unsaved Playground. Stored Playgrounds reload with limited configuration changes.

Site Manager

File browser

1  <?php define('CONCATENATE_SCRIPTS', false);
2  /**
3   * The base configuration for WordPress.
4   * Database settings and Playground constants.
5   */
6  define('DB_NAME', 'database_name_here');
7  define('DB_USER', 'username_here');
8  define('DB_PASSWORD', 'password_here');
9  define('DB_HOST', 'localhost');
10 define('DB_CHARSET', 'utf8mb4');

Site Manager

Blueprint runbook

{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "login": true,
  "landingPage": "/hello-from-playground/",
  "preferredVersions": {
    "php": "8.3",
    "wp": "latest"
  },
  "steps": [
    { "step": "runPHPWithOptions" }
  ]
}

Early access

Database details

SQLite connected

Database management

WordPress Playground emulates MySQL using SQLite. These tools are surfaced for inspection during a workshop run.

Database driver
MySQL emulation backed by SQLite
SQLite database path
/wordpress/wp-content/database/.ht.sqlite
Size
452 KB

Diagnostics

Logs

No problems so far Playground, WordPress, and PHP logs are available here when messages appear.
  1. OK Runtime prepared.
  2. INFO Network access enabled.
  3. OK Database ready at .ht.sqlite.