Running cheat sheet / notes to create the same tool chain as I used.
Starting out at Ubuntu Jammy. Download the "ubuntu" appliance from microsoft store, do basic setup.
If you have an older WSL pod, upgrade it to Jammy version
apt update
apt dist-upgrade
Install PHP
sudo add-apt-repository ppa:ondrej/php
composer install php8.2
composer upgrade php