Advertisement
Guest User

Untitled

a guest
May 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. heroku config
  2.  
  3. heroku config:set APP_KEY=[app_key]
  4. heroku config:set DB_HOST=[hostname]
  5. heroku config:set DB_DATABASE=[database_name]
  6. heroku config:set DB_USERNAME=[username]
  7. heroku config:set DB_PASSWORD=[passoword]
  8.  
  9. heroku run php artisan migrate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement