Best regards, I am trying to upload one of my projects to heroku following the documentation, I receive the following error when opening the application.
I understand that this happens, because a file called Procfile must be created in the root of the project, which I have with the web code: vendor / bin / heroku-php-apache2 public /
At the moment of committing and pushing the project to heroku, the following news appears:
Any idea why this happens ?, if I have the Procfile file created correctly and added to the commit before doing the push to heroku.