Feature Description
We run Laravel in docker locally.
For PHP/Intelephense, I can create an executable bash script, e.g. php.sh, that runs docker compose exec app php $1 and set "php.validate.executablePath": "php.sh", but I can't do the same for the Laravel extension.
#483 solves this - can we please consider merging it?