Heroku doesn't recognize my Laravel app as PHP app, and does not do composer install
问题 I'm trying to publish my Laravel app on Heroku. I have excluded the composer.lock file from .gitignore, and created a Procfile containing web: vendor/bin/heroku-php-apache2 public I created my app with heroku create myapp; git push heroku master; Then I get the following output: git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags heroku master:master Pushing to https://git.heroku.com/myapp.git POST git-receive-pack (1914 bytes) remote: