Application
- Environment
- development
- URL
- https://stage-php-app.aa.pushflow.dev
- PHP
- 8.4.21
- Server
- stage-php-app.aa.pushflow.dev
This page reads runtime values from .env, connects to MySQL, creates a demo table, and shows the latest rows.
| ID | Message | Created |
|---|---|---|
| 1 | Hello from aaPanel demo | 2026-07-14 15:11:40 |
| 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 |