502 B
502 B
calco2la.to-php
PHP/JS client / proxy
How to run in VS Code
- Download php: https://www.php.net/downloads.php?usage=cli&os=windows&osvariant=windows-native&version=default You can use the single line installer for Windows like this: powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/include/download-instructions/windows.ps1'))) -Version 8.5"
- Add the path to the php executable to start.bat and save as start-local.bat: set PHP_BIN=C:\php8.5\php.exe &
- Run start-local.bat