/wordpress
wp-admin
wp-content
wp-includes
wp-config.php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" }
}
Database management is an early access feature
Driver: MySQL emulation backed by SQLite
Path: /wordpress/wp-content/database/.ht.sqlite
Size: 452 KB
PlaygroundNo problems so far.
WordPressNo PHP notices captured.
PHPError log is empty.