docker php container and local composer issue
问题 well I was using wamp-server on windows 10 for a long time and that was fine but now I want to go for docker and use its benefits. problem is I want to use my docker PHP interpreter on my local machine so according to this question: set PHP path from host to docker container I've found a solution to use something like this: docker exec -i php73_fpm php %* in a php.bat file, place it in a directory and add it to environment variables and that looks fine. when i hit php -v it shows me the