Created
August 24, 2017 16:29
-
-
Save nimeshpahadi/6188001bb0384f6dd29f3eec94f80051 to your computer and use it in GitHub Desktop.
Deploying a Laravel Application to Heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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