Skip to content

Instantly share code, notes, and snippets.

@redf150flames
Created December 16, 2018 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redf150flames/7c2f0071dd582865a005432deab33ab6 to your computer and use it in GitHub Desktop.
Save redf150flames/7c2f0071dd582865a005432deab33ab6 to your computer and use it in GitHub Desktop.
Laravel Heroku Workflow Commands
# Bash CLI
heroku run bash
# Run artisan commands
heroku run php /app/artisan …
# Open database GUI
heroku config:get DATABASE_URL | xargs pgweb --url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment