How to configure Laravel in heroku?

1

Greeting for all,

I put a Laravel project in Heroku, and I can configure the database with my Laravel project, or if I can, to migrate the database using the php commands in heroku, to be able to make the settings correctly for it access to the database, but something wrong is happening, it seems that it is not recognizing the public folder, but I created the file  called Procfile and put it in that file below;

web: vendor/bin/heroku-php-apache2 public/ 

This was for him to recognize the public folder, but it does not seem like much because it's popping up in the browser:

Whatcouldhavehappened?

========================================================

Thisisthestructureofmyproject:

    
asked by anonymous 27.10.2017 / 16:32

0 answers