Inside of this procfile, you can define what our application runs on dynos.
Dynos are basically just a little container within Heroku.
```
web: vendor/bin/heroku-php-apache2 public/
```
To create heroku application we can run:
```
heroku create
```
This will create a new APP for us, this just gives us a random name.
To push this Laravel app to Heroku. we can run:
```
git push heroku master
```
We can also add environment variables directly from the command line using
```
heroku config add:
```
e.g.
```
heroku config add:APP_NAME=Laravel
```
#DeployLaravelHeroku #Procfile
Watch video 05 Laravel from Scratch: Deploy Laravel Application to Heroku online, duration hours minute second in high quality that is uploaded to the channel Surajit Basak 26 January 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 389 times and liked it 8 visitors.