Hi guys, new to Azure and testing it out to see if its worth using, I started here
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-php
Which worked great, I then tried to upload my own Laravel App to test, however my APP needs Composer to install dependencies.
I found many articles but the two below sum up what I did
https://stackoverflow.com/questions/35035504/how-to-install-composer-on-app-service or
https://www.youtube.com/watch?v=mJzgzs6nGyQ
However, even though the Extension is successfully installing (Composer), when going Advance Tools - > CMD and typing Composer I get this
'composer' is not recognized as an internal or external command,
operable program or batch file.
I've then been talking to the support which has been very helpful who linked this article below but sadly that has not got it working either
https://social.msdn.microsoft.com/Forums/azure/en-US/6d54c43d-85a6-46fb-aa04-0794f81d0b9b/how-to-installverify-composer-from-web-app-extensions?forum=windowsazurewebsitespreview
Can anyone help?