This commit is contained in:
2020-04-29 23:47:01 -04:00
parent 2a34fa368e
commit 10343cbc88
4 changed files with 7 additions and 2 deletions

3
bootstrap/dotenv.php Normal file
View File

@ -0,0 +1,3 @@
<?php
$dotenv = Dotenv\Dotenv::createImmutable(dirname(__DIR__));
$dotenv->load();