Skip to content

Instantly share code, notes, and snippets.

@stephenjude
Last active June 3, 2018 21:55
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 stephenjude/acb9f3a01c36f663057689f857ad1e9d to your computer and use it in GitHub Desktop.
Save stephenjude/acb9f3a01c36f663057689f857ad1e9d to your computer and use it in GitHub Desktop.
APP_ENV=local
APP_DEBUG=true
APP_KEY=afdfdhdfdueuekfhhfueyeyjcfh
APP_TIMEZONE=UTC
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=product_db
DB_USERNAME=root
DB_PASSWORD=your_password
CACHE_DRIVER=array
QUEUE_DRIVER=array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment