4 lines
83 B
PHP
4 lines
83 B
PHP
<?php
|
|
$dotenv = Dotenv\Dotenv::createImmutable(dirname(__DIR__));
|
|
$dotenv->load();
|