Debug Info
See what's happening behind the scenes
Request
| Method |
GET
|
| URI |
/debug
|
| Query String |
|
Server
| PHP Version |
8.5.2
|
| Server Software |
Apache/2.4.66 (Debian)
|
| Document Root |
/var/www/html/public
|
Paths
| BASE_PATH |
/var/www/html
|
| Current File |
/var/www/html/app/Controllers/HomeController.php
|
Session
| (empty) |
GET Parameters
| (empty) |
POST Parameters
| (empty) |
Registered Routes
GET
| Pattern | Controller | Method |
|---|---|---|
/ |
HomeController | index() |
/about |
HomeController | about() |
/contact |
HomeController | contact() |
/users |
UserController | index() |
/users/(\d+) |
UserController | show() |
/users/(\d+)/edit |
UserController | edit() |
/posts/(\d+)/comments/(\d+) |
PostController | showComment() |
/debug |
HomeController | debug() |
/logs |
LogController | index() |
/logs/(\d+) |
LogController | show() |
POST
| Pattern | Controller | Method |
|---|---|---|
/contact |
HomeController | contactSubmit() |
/users |
UserController | store() |
/users/(\d+) |
UserController | update() |
/logs/clear |
LogController | clear() |
/logs/sync |
LogController | sync() |
DELETE
| Pattern | Controller | Method |
|---|---|---|
/users/(\d+) |
UserController | destroy() |