<?php
foreach (parse_ini_file(__DIR__."/../../.env") as $key => $value) {
$_ENV[$key] = $value;
}
unset($key, $value);