aaPanel PHP Demo

stage-php-app

This page reads runtime values from .env, connects to MySQL, creates a demo table, and shows the latest rows.

Application

Environment
development
URL
https://stage-php-app.aa.pushflow.dev
PHP
8.4.21
Server
stage-php-app.aa.pushflow.dev

Database

Connected
Host
127.0.0.1:3306
Database
stagephpapp
User
stagephpapp
Message
Connected successfully
Server time
2026-07-14 15:53:10

Recent rows

ID Message Created
1 Hello from aaPanel demo 2026-07-14 15:11:40

Loaded .env

Key Value
APP_ENV development
APP_NAME stage-php-app
APP_URL https://stage-php-app.aa.pushflow.dev
DB_DATABASE stagephpapp
DB_HOST 127.0.0.1
DB_PASSWORD tM8LjCqg1gaAzFn1zgsA
DB_PORT 3306
DB_USERNAME stagephpapp
TEST DEV-STAGE