5 lines
77 B
PHP
5 lines
77 B
PHP
<?php
|
|
|
|
$dotenv = Dotenv\Dotenv::create(__DIR__ . '/../..');
|
|
$dotenv->load();
|