Skip to content

Instantly share code, notes, and snippets.

@nimeshpahadi
Created August 24, 2017 16:29
Show Gist options
  • Save nimeshpahadi/6188001bb0384f6dd29f3eec94f80051 to your computer and use it in GitHub Desktop.
Save nimeshpahadi/6188001bb0384f6dd29f3eec94f80051 to your computer and use it in GitHub Desktop.
Deploying a Laravel Application to Heroku
# follow below link
http://www.easylaravelbook.com/blog/2015/01/31/deploying-a-laravel-application-to-heroku/
# set app key
php artisan key:generate
heroku config:set APP_KEY=XXXXX
# rename app name
heroku apps:rename newname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment