mirror of
https://github.com/xodivorce/mailer-dev-console.git
synced 2025-12-19 15:53:00 +05:30
(chore): initial MVP release
This commit is contained in:
11
htdocs/config/env.php
Normal file
11
htdocs/config/env.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// config/env.php
|
||||
|
||||
use Dotenv\Dotenv;
|
||||
|
||||
require_once __DIR__ . '/../core/vendor/autoload.php';
|
||||
|
||||
$dotenv = Dotenv::createImmutable(dirname(__DIR__)); // project root
|
||||
$dotenv->load();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user