Skip to content

Instantly share code, notes, and snippets.

@rydurham
Created November 19, 2014 22:44
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 rydurham/4d078ddc1e49e34bb6ba to your computer and use it in GitHub Desktop.
Save rydurham/4d078ddc1e49e34bb6ba to your computer and use it in GitHub Desktop.
Basic Laravel .env.local file
<?php
return array(
'EMAIL_HOST' => '',
'EMAIL_PORT' => 587,
'EMAIL_USERNAME' => '',
'EMAIL_PASSWORD' => '',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment