Skip to content

Instantly share code, notes, and snippets.

@michaelaguiar
Created January 5, 2016 19:05
Show Gist options
  • Save michaelaguiar/26ad0dfb377230fbf00f to your computer and use it in GitHub Desktop.
Save michaelaguiar/26ad0dfb377230fbf00f to your computer and use it in GitHub Desktop.
Wordpress Config to use PhpDotEnv package
<?php
require '../../vendor/autoload.php';
$dotenv = new Dotenv\Dotenv(__DIR__ . '/..');
$dotenv->load();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment