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