我正在尝试在Windows 10计算机上配置Heroku Local。
Composer,php,git和heroku安装得很好,我的procfile看起来像这样:
dev: vendor\bin\heroku-php-nginx -i php.conf.ini -c nginx.conf.php
但是当我尝试跑步时,请给我这个错误:
dev.1 | 'vendor\bin\heroku-php-nginx' is not recognized as an internal
dev.1 | or external command, operable program or batch file.
[DONE] Killing all processes with signal null
Exited with exit code 1
像windows这样的seens无法运行heroku-php-nginx的bash文件?
https://github.com/heroku/heroku-buildpack-php/blob/master/bin/heroku-php-nginx
我能做什么?