refactor: enhance error reporting and logging, add installer script

- Update `LogReporter` and `Reporter` interface to handle `Throwable` instead of `string`
- Simplify initializer discovery message in `ClassNotInstantiable` exceptions
- Remove unnecessary debug logs in `HttpRouter`
- Add `scripts/install-aliases.sh` for setting up console aliases
- Add minimal `console` script for Docker execution
This commit is contained in:
2025-11-03 14:21:10 +01:00
parent 1109b0f94b
commit bc7cdf5fed
7 changed files with 200 additions and 11 deletions

2
console Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
docker exec -it php php console.php "$@"