Apr 3, 2020
0
Level 1
Deploying to heroku problem "public/"
So I'm trying to deploy my project to heroku and I've included the Procfile with the following code
web: vendor/bin/heroku-php-apache2 public/
but it's still not working although (I still need to go to /public to work)
Note : I tried using the same Procfile and it worked fine
Please or to participate in this conversation.