mercredi 4 avril 2018

Access Forbidden on heroku while deploying laravel app

I am trying to host a laravel application oh heroku. But i'm gettin the access forbidden message. I have created the Procfile and placed the following code

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

I have also placed the following code in my composer.json

 "php artisan clear-compiled",
 "php artisan optimize",
 "chmod -R 777 public/"

I also have checked if the htaccess file exist in public directory. I'm still getting the error. Please help me with this some one



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire