Skip to content

Instantly share code, notes, and snippets.

@scottbaggett
Last active December 13, 2016 01:55
Show Gist options
  • Save scottbaggett/fd3faf6121dc2257c9d4deaf20c9d35f to your computer and use it in GitHub Desktop.
Save scottbaggett/fd3faf6121dc2257c9d4deaf20c9d35f to your computer and use it in GitHub Desktop.
APP_ENV=local
APP_KEY=base64:ILhAw1MXiBkK9+0/6NilpY9Wdq0R9u9KP7XY2kqZ3es=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lexus_dev
DB_USERNAME=root
DB_PASSWORD=root
BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
PUSHER_APP_ID=
PUSHER_KEY=
PUSHER_SECRET=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment