DEV Community

Discussion on: How to deploy a Laravel/Vue App to Heroku

Collapse
 
lystun profile image
Okegbemi Olatunde • Edited

Thank you, Chinedu.

How do you resolve the "Access forbidden error"?
The server is not reading from the index.php file in public folder as specified in the procfile file.

Collapse
 
eduvin profile image
Chinedu Ogama • Edited

Make sure that your procfile is in the root directory and ensure that there is no " around web: vendor/bin/heroku-php-apache2 public/ in your procfile.