Skip to content

Instantly share code, notes, and snippets.

@morad7
Last active October 9, 2015 08:14
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 morad7/a9e02eb82f3c12e5deaf to your computer and use it in GitHub Desktop.
Save morad7/a9e02eb82f3c12e5deaf to your computer and use it in GitHub Desktop.
Laravel 5 fundamental course
APP_ENV=local
APP_DEBUG=true
APP_KEY=PrO1fwe4gFRlOM2jnrXtYQ6oyf6o7ld3
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment