如何在本地运行部署在heroku中的php项目?

Operating System: Windows.

C:\Users\vigne>cd project
C:\Users\vigne\project>heroku local //directory of cloned project from github

I received this:

[WARN] No ENV file found
5:11:01 PM web.1 |  'vendor' is not recognized as an internal or external command,
5:11:01 PM web.1 |  operable program or batch file.
[DONE] Killing all processes with signal  null
5:11:01 PM web.1 Exited with exit code 1

Add this dyno in your Procfile

local: php -S localhost:8080

and Use this dyno to run the heroku on local Start the heroku local server by this command-

heroku local local

Then open http://localhost:8080/