fixed dotenv
This commit is contained in:
parent
33d5994159
commit
cd524c8da8
|
@ -2,6 +2,7 @@
|
||||||
require __DIR__ . "/vendor/autoload.php";
|
require __DIR__ . "/vendor/autoload.php";
|
||||||
|
|
||||||
$dotenv = new josegonzalez\Dotenv\Loader(__DIR__ . '/.env');
|
$dotenv = new josegonzalez\Dotenv\Loader(__DIR__ . '/.env');
|
||||||
|
$dotenv->raiseExceptions(false);
|
||||||
$dotenv->parse();
|
$dotenv->parse();
|
||||||
$dotenv->toEnv();
|
$dotenv->toEnv();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue