Procfile Example - Laravel Heroku PHP Apache NGINX


Use this line of code to create a Procfile for a laravel Heroku Project built:

For PHP and NGIX:

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

For PHP and Apache2:

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

Hope that helps.