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