Application
- Environment
- development
- URL
- https://test-7.aa.pushflow.dev
- PHP
- 8.4.21
- Server
- test-7.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:25:39 |
| Key | Value |
|---|---|
| APP_ENV | development |
| APP_NAME | test-7 |
| APP_URL | https://test-7.aa.pushflow.dev |
| DB_DATABASE | test7 |
| DB_HOST | 127.0.0.1 |
| DB_PASSWORD | NrQ1kU15w22Zc3CZE4Lx |
| DB_PORT | 3306 |
| DB_USERNAME | test7 |
| TEST | OLD-CODE |