Skip to content

Instantly share code, notes, and snippets.

@talha08
Created January 20, 2017 17:01
Show Gist options
  • Select an option

  • Save talha08/465fd9addc48b26d2800fcd2fa26dc5c to your computer and use it in GitHub Desktop.

Select an option

Save talha08/465fd9addc48b26d2800fcd2fa26dc5c to your computer and use it in GitHub Desktop.
Heroku Deploy
git init
git add .
git commit -m "laravel on heroku"
git status
echo web: vendor/bin/heroku-php-apache2 public/ > Procfile
git status
git add .
git commit -m "profile commit"
heroku create inspinia
heroku buildpacks:set heroku/php
git push heroku master
heroku open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment