The following steps for heroku deployment of laravel found in the folloing link: https://devcenter.heroku.com/articles/getting-started-with-laravel
first create a larave project and add it to git then use the following commands:
login to heroku using :
heroku login
create app:
heroku create