getting 403 on herokuapp
Make sure you have Procfile setup on your project root file with this content:
web: vendor/bin/heroku-php-apache2 public/
Also make sure the name is correct: it should be "Procfile", starting with capital P and without an extension.