Dot ENV
This commit is contained in:
3
bootstrap/dotenv.php
Normal file
3
bootstrap/dotenv.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$dotenv = Dotenv\Dotenv::createImmutable(dirname(__DIR__));
|
||||
$dotenv->load();
|
Reference in New Issue
Block a user