Initial public release

This commit is contained in:
2026-06-16 18:55:05 +03:30
commit 17dfd5e49d
10 changed files with 787 additions and 0 deletions

11
install.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
if [[ ! -f config.json ]]; then
cp config.example.json config.json
echo "Created config.json from config.example.json. Edit it if this machine needs different paths."
fi
sudo -v
sudo ./bin/php-dev-router install
./bin/php-dev-router doctor