first commit
This commit is contained in:
commit
db313f5eef
47 changed files with 2006 additions and 0 deletions
7
env.php
Normal file
7
env.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Dotenv\Dotenv;
|
||||
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
Dotenv::createImmutable(__DIR__)->load();
|
||||
Loading…
Add table
Add a link
Reference in a new issue